PUT restapi/personal/instantmessages/messagethreads/{threadId}/updatelastread/{lastReadInstantMessageId}/v1?sortIndex={sortIndex}&operation={operation}
Updates last read instant message id for a thread
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
threadId |
The id of the thread to update |
integer |
Required |
lastReadInstantMessageId |
The id for the last read instant message |
integer, 64 bit |
Required |
sortIndex |
The ID of the last meaningful message for the person which can optionally be set. |
integer, 64 bit |
None. |
operation |
The operaiton type for KPI which can optionally be set. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns 200 OK
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.