Skip to main content
POST
Send a clarification draft to the brand

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Clarification draft ID.

Required range: x >= 1
Example:

17

Body

application/json
final_text
string | null

Optional athlete-edited text to send instead of the stored draft.

Maximum string length: 1000
Example:

"Could you clarify which social platform I should use?"

Response

Clarification draft sent.

status
string
Example:

"success"

message
string
Example:

"Your message has been sent to the brand."

data
object