in-progress assessment to completed, or appending newly identified findings to the findings array.
Request
PATCH https://api.clinikapi.com/v1/assessments/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path parameters
The ID of the assessment to update (e.g.
assess_abc123).Body
Updated status. One of:
in-progress, completed.Updated clinical summary. Replaces the existing summary in full.
Updated findings list. Replaces the existing findings array in full.
Updated additional notes. Replaces the existing note in full.
Updated short description of the assessment context.
Updated ISO 8601 timestamp for when the assessment was conducted.
Response
Returns200 OK with the updated assessment wrapped in the standard envelope.
Assessment ID.
Updated assessment status.
Updated clinical summary.
Updated findings array.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.