Update an existing patient’s profile information.
id (UUID) provided in the URL path.Bearer <your_access_token>).
See the M2M Authentication guide for details on generating this token.application/json.YYYY-MM-DD format.| Status | Description |
|---|---|
200 | OK. The patient profile was successfully updated. |
400 | Bad Request. Invalid fields or format. |
401 | Unauthorized. Invalid or missing authentication token. |
404 | Not Found. The patient with the specified id does not exist. |
409 | Conflict. The provided email is already in use by another patient. |