Skip to main content
POST
/
partner
/
approve-athlete-deliverable
/
{milestonesAthleteRel}
Approve athlete deliverable submission
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/partner/approve-athlete-deliverable/{milestonesAthleteRel} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Automatic Approval of File States is done",
  "status": "success"
}

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

Response

Automatic approval of file states completed

message
string
Example:

"Automatic Approval of File States is done"

status
string
Example:

"success"