Skip to content

Replies to a contribution with another contribution.

POST
/posts/{post_id}/contributions

Posts a contribution replying to the one with id {postId}.

post_id
required
string format: uuid

The uuid of the contribution to reply to.

The details of the contribution to post.

object
content
string format: quill-delta
whisper_tags
required
Array<string>
index_tags
required
Array<string>
category_tags
required
Array<string>
content_warnings
required
Array<string>
accessory_id
One of:
string format: uuid
identity_id
One of:
string format: uuid
forceAnonymous
One of:
boolean

The contribution was successfully created.

object
contribution

Finalized details of the contributions just posted.

object
id
required
string format: uuid
parent_thread_id
required
string format: uuid
parent_post_id
required
One of:
string format: uuid
content
required
string format: quill-delta
created_at
required
string format: date-time
secret_identity
required

The public-facing identity associated with the contribution.

object
name
required
string
avatar
required
string format: uri-reference
color
One of:
string format: color
accessory
One of:
string format: uri-reference
user_identity
required
One of:
object
name
required
One of:
string
avatar
required
One of:
string format: uri-reference
new
required
boolean
own
required
boolean
friend
required
boolean
total_comments_amount
required
number
new_comments_amount
required
number
tags
required

Types of tags associated to a contribution.

object
whisper_tags
required
Array<string>
index_tags
required
Array<string>
category_tags
required
Array<string>
content_warnings
required
Array<string>

User was not found in request that requires authentication.

User is not authorized to perform the action.