in-progress to completed. When you provide items, the updated list replaces the existing one for those linkId entries.
Request
PATCH https://api.clinikapi.com/v1/intakes/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path parameters
The ID of the intake to update (e.g.
intake_abc123).Body
Updated intake status. One of:
in-progress, completed, amended, stopped.Replacement question-answer pairs. Follows the same structure as the submit request. Each item requires a
linkId and an answer array.ISO 8601 timestamp to update the authored date.
Response
Returns200 OK with the full updated intake resource.
The intake ID.
Updated status value.
The updated question-answer pairs.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.