Add comments to a contribution, optionally nested under another comment.
POST /posts/{post_id}/comments
POST
/posts/{post_id}/comments
Creates a comment nested under the contribution with id {post_id}.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” post_id
required
string format: uuid
The uuid of the contribution to reply to.
Request Body required
Section titled “Request Body required ”The details of the comment to post.
Responses
Section titled “ Responses ”The comments were successfully created.
object
comments
Finalized details of the comments just posted.
Array<object>
object
id
required
string format: uuid
parent_post_id
required
string format: uuid
content
required
string format: quill-delta
secret_identity
required
user_identity
required
created_at
required
string format: date-time
own
required
boolean
new
required
boolean
friend
required
boolean
User was not found in request that requires authentication.
User is not authorized to perform the action.