Path Parameters
The unique ID of the qualification to edit.
Body
application/json
Response
Qualification updated successfully
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.
Updates an existing qualification’s details.
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.
The unique ID of the qualification to edit.
Qualification updated successfully