Update conversation latest url
All API requests should contain authorization headers.
This endpoint allows updating the link to indicate which page the user is currently on.
Request
PATCH chat/conversations/{id}/latestUrl
Query parameters
Name
Type
Required
Comments
id
integer
yes
Id of conversation
Request body
"https://developers.socialboards.com/index"
Response
{
"errorCode": -1,
"errorText": null
}
Last updated
Was this helpful?