cURL
curl --request PATCH \ --url https://api.eka.care/mr/api/v1/cases/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Pt-Oid: <x-pt-oid>' \ --data '{ "display_name": "Leg Injury", "type": "OPConsultation" }'
This response does not have an example.
This endpoint allows updating details of an existing medical case using the case ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Patient ID
Unique case ID
Case updated successfully (no content)
Was this page helpful?