Skip to content

approveContentSubmission

POST
/api/v1/content-submissions/{id}/approve
curl --request POST \
--url https://example.com/api/v1/content-submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/approve \
--header 'Content-Type: application/json' \
--header 'X-CSRF-Token: example' \
--data '{ "note": "example" }'
id
required
string format: uuid
X-CSRF-Token
required
string
Media typeapplication/json
object
note
string
<= 4000 characters
Examplegenerated
{
"note": "example"
}

Submission approved or automatically published

Submission is no longer actionable

Self-approval or review validation failed