Edit a reply
Updates the content or metadata of a specific child comment within a team. Only the original author of the child comment can modify it. Required Parameters:
- team_id (path): Unique identifier for the team.
- comment_id (path): Unique identifier for the parent comment.
- child_comment_id (path): Unique identifier for the child comment.
- body (body): Object containing:
- content (string): Updated text of the comment (nullable, max length: 16,384 characters).
- schema (integer): Optional schema version for the update (nullable). Returns a 200 status code with the updated comment details or an error object in case of failure.
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Comment ID is a numerical string that identifies a Comment.
Child comment ID
Body
Update request
102400"Sounds great!"
Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.
html, markdown 1
Response
comment updated