v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012582298.4 KB
Comments

Update a comment's text

Update the plain-text body of a single comment. Returns the full updated thread.

Required permission: Authorship of the comment.

patch/v2/social-sets/{social_set_id}/drafts/{draft_id}/comment-threads/{comment_thread_id}/comments/{comment_id}

Path parameters

social_set_idinteger required
draft_idinteger required
comment_thread_idstring uuid required
comment_idstring uuid required

Request body

textstring required

Plain-text comment body. The server derives the stored rich_text from this.

Response

OK

idstring uuid required

Unique identifier for the comment thread.

draft_idinteger required

Identifier of the draft this comment thread belongs to.

platform'x' | 'linkedin' | 'mastodon' | 'threads' | 'bluesky' | 'substack' | 'x_article' required

Platform the comment thread is anchored on.

status'unresolved' | 'resolved' required

Resolution status of the comment thread.

selected_textstring nullable

The text the comment thread was originally anchored to. Captured when the thread was created and not re-derived afterwards, so it may not match the current post text if the post has been edited. Null for threads that were created against a whole post rather than a specific span.