Contents
Mark Like as seen
Mark an unseen Like as seen.
Method
POST
URL
https://typetalk.com/api/v2/likes/receive/bookmark/save
Scope
my
Form parameters
Name | Type | Description |
---|---|---|
spaceKey | String | Space key |
likeId | Number | references Like ID |
Response Example
{
"like": {
"receive": {
"hasUnread": false,
"readLikeId": 605
}
}
}
All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).