Update Сomment for Encounter by comment ID
PUT {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/encounters/{{encounterId}}/comments/:commentId
HTTP Request
PUT /{tenantName}/{instanceName}/patients/{patientId}/encounters/{encounterId}/comments/{commentId}
in our example it would be:
PUT https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/encounters/336ae731-c674-4b85-941a-ef3b37d93b82/comments/0e692ed3-b250-42ee-a17b-f65e69efcc07
Responses
| Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
Request Body
{"text"=>"test"}