curl --request POST \
--url http://localhost/mogl/mogl-backend/api/updateDueDatePartner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"milestone_athlete_rel_id": 1,
"due_date": "2026-04-20"
}
'Partner updates due date for a specific athlete’s milestone assignment.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/updateDueDatePartner \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"milestone_athlete_rel_id": 1,
"due_date": "2026-04-20"
}
'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.
Due date updated