Skip to main content
POST
/
partner
/
deny-athlete-deliverable
/
{milestonesAthleteRel}
Deny athlete deliverable submission
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.

Authorizations

Authorization
string
header
required

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

Path Parameters

milestonesAthleteRel
integer
required

Milestones-Athlete relationship ID

Example:

1

Body

application/json
reason
string
required

Reason for denying the deliverable

Example:

"Content does not match brand guidelines"

Response

200

Deliverable denied