Create a comment or reply
POST/v1/comments
Creates a thread root (`deck` + `slide_index` + `anchor`) or a reply (`parent`). If `external_id` is provided and already exists in the org, the existing comment's body is updated instead (200).
Requires an API key (bearer), scoped to the active org. Supports idempotency keys.
Body parameters
bodystringrequiredmax 5000 charsparentstringoptionalReply to this comment.
deckstringoptionalartifactstringoptionalVersion the anchor was made on.
slide_indexintegeroptionalmin 0anchorobject | object | nulloptionalexternal_idstringoptionalmax 200 charsmetadataobjectoptionalArbitrary key/value map; merge-on-write (§6).
Returns
200The upserted (already-existing) comment.201The newly created comment.
Failures use the standard error envelope with a closed set of codes.