Skip to main content
POST
Request due date extension for athlete

Authorizations

Authorization
string
header
required

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

Body

application/json
job_id
integer
required

Job ID

Example:

1

athlete_id
integer
required

Athlete user ID

Example:

123

new_due_date
string<date> | null

Requested new due date (accepted but not used by backend currently)

Example:

"2026-12-31"

reason
string | null

Reason for extension (accepted but not used by backend currently)

Example:

"Need more time for travel logistics"

Response

200

Due date request submitted