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
Key | Datatype | Required | Description |
---|---|---|---|
token | string | Authentication token. Requires scope: conversations:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}