For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update conversation latest url

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?