Skip to main content
PUT
Update athlete eligibility to university

Authorizations

Authorization
string
header
required

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

Body

application/json
eligibility
enum<string>
required

C = Competing (same school), CFAS = Competing For Another School, NC = Not Competing

Available options:
C,
CFAS,
NC
Example:

"C"

university_id
integer | null

Required when eligibility = CFAS. Must be a valid colleges.id

Example:

1

Response

Eligibility updated