- Patients
- Update Patient
Patients
Update Patient
PATCH
/v1/patients/{id}
id*
curl --request PATCH \
--url https://api.opkit.co/v1/patients/{id} \
Parameters
idRequired
string
Body
first_name
string
last_name
string
email
string
sex_assigned_at_birth
string
Available options:
male
, female
state_of_residence
string
Available options:
alabama
, alaska
, arizona
, arkansas
, california
, colorado
, connecticut
, delaware
, florida
, georgia
, hawaii
, idaho
, illinois
, indiana
, iowa
, kansas
, kentucky
, louisiana
, maine
, maryland
, massachusetts
, michigan
, minnesota
, mississippi
, missouri
, montana
, nebraska
, nevada
, new_hampshire
, new_jersey
, new_mexico
, new_york
, north_carolina
, north_dakota
, ohio
, oklahoma
, oregon
, pennsylvania
, rhode_island
, south_carolina
, south_dakota
, tennessee
, texas
, utah
, vermont
, virginia
, washington
, west_virginia
, wisconsin
, wyoming
zip_code
string
reference_id
string
date_of_birth
string
Response
idRequired
string
sourceRequired
string
Available options:
collection_page
, dashboard
, api
created_atRequired
string
first_name
string
last_name
string
email
string
sex_assigned_at_birth
string
Available options:
male
, female
state_of_residence
string
Available options:
alabama
, alaska
, arizona
, arkansas
, california
, colorado
, connecticut
, delaware
, florida
, georgia
, hawaii
, idaho
, illinois
, indiana
, iowa
, kansas
, kentucky
, louisiana
, maine
, maryland
, massachusetts
, michigan
, minnesota
, mississippi
, missouri
, montana
, nebraska
, nevada
, new_hampshire
, new_jersey
, new_mexico
, new_york
, north_carolina
, north_dakota
, ohio
, oklahoma
, oregon
, pennsylvania
, rhode_island
, south_carolina
, south_dakota
, tennessee
, texas
, utah
, vermont
, virginia
, washington
, west_virginia
, wisconsin
, wyoming
zip_code
string
date_of_birth
string
collection_page_urlRequired
string
reference_id
string
curl --request PATCH \
--url https://api.opkit.co/v1/patients/{id} \