comments

Like A Comment

Like a comment. Idempotent. Requires only the ability to READ the record — there is no authorship rule, so you may like your own comment.

put/api/v1/comments/{comment_id}/like

Path parameters

comment_idstring uuid required

Query parameters

app_idstring uuid nullable
embed_host_app_idstring uuid nullable

Response

Successful Response

idstring uuid required
bodystring required
created_atstring date-time required
updated_atstring date-time required
like_countinteger
liked_by_meboolean
can_editboolean required

Whether THIS caller may edit it. Computed server-side because the app runtime's CurrentUser carries no user id, so the widget cannot decide ownership locally.

can_deleteboolean required

Whether THIS caller may delete it.

Changes

Changed in 1 of the 12 revisions of this API.1