PATCH
/
qualifications
/
{id}
curl --request PATCH \
  --url https://api.axlehealth.com/api/v2-stable/qualifications/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "A new description"
}'
This response does not have an example.

Path Parameters

id
string
required

The unique ID of the qualification to edit.

Body

application/json

Response

204

Qualification updated successfully