reactions

create reaction

This endpoint allows the client to create a reaction to a specified reactable (eg, Article, Comment, or User). For examples: * "Like"ing an Article will create a new "like" Reaction from the user for that Articles * "Like"ing that Article a second time will return the previous "like"

post/api/reactions

Query parameters

category'like' | 'readinglist' | 'unicorn' required
reactable_idinteger required
reactable_type'Comment' | 'Article' | 'User' required

Response

successful

Changes