Skip to content

Commit 847c9b7

Browse files
author
t-hareldamti
committed
messageId fix
1 parent f105d63 commit 847c9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/beta/resources/security-teamsmessageevidence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
3434
| isOwned | Boolean | Indicates whether the message is owned by your organization. |
3535
| lastModifiedDateTime | DateTimeOffset | Date and time when the message was last edited. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
3636
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
37-
| messageId | String | Non unique identifier of a message |
37+
| messageId | String | Message identifier unique within the thread. |
3838
| owningTenantId | String | Tenant ID (GUID) of the owner of the message. |
3939
| parentMessageId | String | Identifier of the message to which the current message is a reply; otherwise, it's the same as the **messageId**. |
4040
| receivedDateTime | DateTimeOffset | The received date of this message. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |

api-reference/v1.0/resources/security-teamsmessageevidence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Inherits from [alertEvidence](../resources/security-alertevidence.md).
3232
| isOwned | Boolean | Indicates whether the message is owned by your organization. |
3333
| lastModifiedDateTime | DateTimeOffset | Date and time when the message was last edited. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |
3434
| messageDirection | microsoft.graph.security.antispamTeamsDirection | The direction of the Teams message. |
35-
| messageId | String | Non unique identifier of a message |
35+
| messageId | String | Message identifier unique within the thread. |
3636
| owningTenantId | String | Tenant ID (GUID) of the owner of the message. |
3737
| parentMessageId | String | Identifier of the message to which the current message is a reply; otherwise, it's the same as the **messageId**. |
3838
| receivedDateTime | DateTimeOffset | The received date of this message. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. |

0 commit comments

Comments
 (0)