conversations mark

POST {{baseUrl}}/conversations.mark

Sets the read cursor in a channel.

Request Body

[{"name"=>"channel", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"ts", "value"=>"<number>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstringAuthentication token. Requires scope: conversations:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}