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.
The first name of the athlete.
Note: This is the minimum required field.
The last name of the athlete.
The date of birth of the athlete, formatted as YYYY-MM-DD
The athlete's email address.
The height of the athlete, in inches.
The weight of the athlete, in pounds (lbs).
A set of custom key-value attributes. Keys must be strings, and values must also be strings.
Athlete updated successfully.