Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Information of read sengment to be updated
List of channels with their respective readToSegment values. Each channel object must include a channelId and the readToSegment value.
Example:
[
{
"channelId": "67cfbbe1c5dbdcb2909935e5",
"readToSegment": 4
},
{
"channelId": "67cfbbd7c5dbdcb2909935d0",
"readToSegment": 10
},
{
"channelId": "67cfbbd7c5dbdcb2909935d1",
"readToSegment": 10
}
]
Response
This endpoint returns 200 OK if the request is successful.