preliminary to final, or adding a note. Send only the fields you want to change.
Request
PATCH https://api.clinikapi.com/v1/observations/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path Parameters
The ID of the observation to update.
Body
Updated status. One of:
registered, preliminary, final, amended, corrected, cancelled.Updated numeric value with
value and unit.Updated string value.
Updated interpretation flag.
Updated notes. Maximum 2000 characters.
Response
Returns200 OK with the complete updated observation.
Observation ID.
Updated status.
Standard response metadata.