PATCH
/
clinicians
/
{id}
curl --request PATCH \
  --url https://api.axlehealth.com/api/v2-stable/clinicians/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "first_name": "Jim",
  "phone": null
}'
{}

Path Parameters

id
string
required

The ID of the clinician to edit.

Body

application/json

Response

200 - application/json

Successful update of clinician details

The response is of type object.