curl --request PATCH \
--url https://api.axlehealth.com/api/v2-stable/clinicians/{id} \
--header 'Content-Type: application/json' \
--data '{
"first_name": "Jim",
"phone": null
}'
{}
curl --request PATCH \
--url https://api.axlehealth.com/api/v2-stable/clinicians/{id} \
--header 'Content-Type: application/json' \
--data '{
"first_name": "Jim",
"phone": null
}'
{}
The ID of the clinician to edit.
Successful update of clinician details
The response is of type object
.