Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Patient ID to update. This is the unique ID of the patient.

Body

application/json

All fields are optional. Feel free to include only the fields you want to update.

first_name
string
last_name
string
age
integer
gender
string
dirPath
string[]
phone_number
string
workspace_id
integer

Response

Patient updated.

patientId
string<uuid>
required
message
string
required

Patient updated successfully.