Use this endpoint to update an athlete’s attributes. You can modify all attributes, following specific rules for certain fields and custom attributes. Include only the attributes you wish to update or new custom attributes to add in the request body.
""
) to clear the attribute.0
to clear the attribute.first_name
:
first_name
attribute, if included, cannot be empty. It must always contain a non-empty string.custom_attributes
):
""
) or 0
, the attribute will be deleted from the custom_attributes
object.createAthlete
endpoint.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier for the athlete record to be retrieved.
Athlete created successfully.
The response is of type object
.