v3

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

Resolve a comment thread

Resolves the comment thread and removes the corresponding comment markers from the text.

Required permission: Either authorship of the comment thread or WRITE access on the social set.

post/v2/social-sets/{social_set_id}/drafts/{draft_id}/comment-threads/{comment_thread_id}/resolve

Path parameters

social_set_idinteger required
draft_idinteger required
comment_thread_idstring uuid required

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.