Skip to main content
POST
Add a comment on a brand-uploaded deal asset

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Path Parameters

dealFolder
integer
required

Deal folder ID.

Example:

12

documentId
integer
required

title_and_description_documents_mappings.id of the deal asset.

Example:

77

Body

application/json
comment
string
required

Comment text.

Maximum string length: 2000
Example:

"Logo placement looks good."

athlete_id
integer

Required when an agent is commenting on behalf of an athlete.

Example:

42

Response

Comment added

status
string
Example:

"success"

message
string
Example:

"Comment added."

data
object