Skip to main content
POST
/
agent
/
confirm-the-availability
Confirm athlete availability for job
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/agent/confirm-the-availability \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "job_id": 1,
  "athlete_id": 123
}
'

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.

Body

application/json
job_id
integer
Example:

1

athlete_id
integer
Example:

123

Response

200

Availability confirmed