Update Participant

PATCH /v1/participants/{id}

Path parameters

  • id string Required

    Participant ID

Responses

  • 200 application/json

    Participant response

    Hide response attribute Show response attribute object
    • data object

      A potential/future/current/past participant

      Hide data attributes Show data attributes object
PATCH /v1/participants/{id}
curl \
 -X PATCH https://api.azav-pilot.de/v1/participants/uuidv4
Response examples (200)
{
  "data": {
    "id": "<uuid v4>",
    "last_name": "Muster",
    "first_name": "Melanie"
  }
}