POST
/
v1
/
requests
/
{task_uid}
/
messages

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_uid
string
required

The UID of the request

Body

application/json
body_text
string
required

Content of the comment

sent_by_uid
string | null

Optional UID of another user

attachments
any[] | null

Response

201
application/json
Request created
result
object