Skip to main content
PATCH
/
v1
/
patients
/
{id}
Update patient
curl --request PATCH \
  --url https://api.clinikapi.com/v1/patients/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "data": "<unknown>",
  "meta": {
    "requestId": "req_k8f3a7x2",
    "timestamp": "2023-11-07T05:31:56Z",
    "status": 200,
    "rateLimitTotal": 123,
    "rateLimitRemaining": 123,
    "rateLimitReset": 123
  }
}

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Path Parameters

id
string
required

Resource ID

Body

application/json

Partial patient fields to update

Response

200 - application/json

Patient updated

data
any

The resource or result payload

meta
object