Skip to main content
PATCH
Update a participant's race day fields

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the resource to query by

Body

application/json

Request to update a participant's raceday fields.

bibNumber
string | null

The bib number to assign to the participant. Set to null to unset the bib number. Optional to allow custom-fields-only updates.

Example:

"A1234"

customFields
object[]

Custom race day fields to update. Each field must specify an id to identify the field.

Example:

Response

Default Response

Response for updating a participant's raceday fields.

success
boolean
required

Indicates whether the update was successful

message
string
required

A message describing the result of the operation