Skip to content

Commit

Permalink
add the message-id to MessageHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Mar 10, 2021
1 parent f6e39c7 commit 71318e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,14 @@ MessageHeader
The :permission:`accountsRead` permission is required for this property to be included.


.. api-member::
:name: ``headerMessageId``
:type: (string)
:annotation: -- [Added in TB 85]

The message-id header of the message.


.. api-member::
:name: ``id``
:type: (integer)
Expand Down
5 changes: 5 additions & 0 deletions overlay/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@
"minimum": 0,
"maximum": 100,
"added": "74"
},
"headerMessageId": {
"type": "string",
"description": "The message-id header of the message.",
"added": "85"
}
}
},
Expand Down

0 comments on commit 71318e9

Please sign in to comment.