comments

Patch Comment

Edit your own comment. Authors only — a comment belongs to its author.

patch/api/v1/comments/{comment_id}

Path parameters

comment_idstring uuid required

Query parameters

app_idstring uuid nullable
embed_host_app_idstring uuid nullable

Request body

bodystring required

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