Skip to main content
POST
Add task comment

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

projectId
string<uuid>
required

The project's UUID.

taskId
string<uuid>
required

The task's UUID.

Body

application/json

The comment to post.

body
string
required

Plain text. No markdown, no mentions, no attachments. Comments are append-only: there is no edit or delete.

Required string length: 1 - 4000

Response

Comment posted.

status
string
required
Example:

"success"

comment
object
required