Skip to main content
POST
/
athlete
/
update-registration-step5
Athlete onboarding - Step 5 (Personal Info)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/athlete/update-registration-step5 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form dob=2023-12-25 \
  --form gender=male \
  --form us_citizen=Y

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

multipart/form-data
dob
string<date>
gender
enum<string>
Available options:
male,
female,
other
us_citizen
enum<string>
Available options:
Y,
N

Response

Step 5 updated