curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/deny-athlete-deliverable/{milestonesAthleteRel} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Content does not match brand guidelines"
}
'Deny an athlete’s deliverable submission with a reason. Resets the deliverable status to unpaid, creates a denied log, and extends the due date. Sends notification to the athlete.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/partner/deny-athlete-deliverable/{milestonesAthleteRel} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Content does not match brand guidelines"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Milestones-Athlete relationship ID
1
Reason for denying the deliverable
"Content does not match brand guidelines"
Deliverable denied