PATCH
/
clinicians
/
{id}
Edit Clinician
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<uuid>
required

The ID of the clinician to edit.

Body

application/json
first_name
string
Minimum length: 1
last_name
string
Minimum length: 1
email
string<email>
phone
string | null
address
object
default_shift_options
object
language_codes
string[]
qualifications
object[]
payers
object[]

Response

200 - application/json

Successful update of clinician details

The response is of type object.