Take a decision (approve/reject) on the content submission
Security
SessionKey(Required scopes: administrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/submissions/{submission}/decision
- QA Serverhttps://qa.ticketingevents.com/v3/submissions/{submission}/decision
- Production Serverhttps://api.ticketingevents.com/v3/submissions/{submission}/decision
curl -i -X POST \
'https://docs.ticketingevents.com/_mock/openapi/submissions/{submission}/decision' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"approved": false,
"note": "The submitted content violates TiceTing'\''s content guidelines."
}'Response
{ "approved": false, "note": "The submitted content violates TiceTing's content guidelines." }