Update a comment
Update an existing comment.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
OR
X-API-Keystring
Server-side API key (drzl_live_ prefix), least-privilege scoped. Keep it secret — never ship it to a browser or SPA. An alternative to a session JWT (HTTPBearer) on the developer surface. See docs/api/cors-and-auth.md.
Path parameters
comment_id
Headers
X-API-Key
Request
This endpoint expects an object.
content
Response
Successful Response
content
created_at
id
is_deleted
is_edited
likes_count
market_id
updated_at
user_id
holder_badge
A comment author’s position in the market (FP-70). Only present for
holdings_visible authors (or the viewer’s own comments); size is a coarse
band, never an exact count — no size leakage.
is_flagged
is_liked_by_me
is_pinned
mentions
parent_id
replies
replies_count
user
Schema for user info in comment responses.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error

