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}/currentUrl

Query parameters

NameTypeRequiredComments

id

integer

yes

Id of conversation

Request body

"https://developers.socialboards.com/index"

Response

{
    "errorCode": -1,
    "errorText": null
}

Last updated