EndpointsPosts
Bookmark post
POST
/v2/posts/{post_id}/bookmarkAdds the post to the selected player's bookmarks. Repeating the request has no additional effect.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
post_id*Post Id
Post ID.
Query Parameters
player_id*Player Id
Player that will bookmark the post.
Match
^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$