Canary Speech

PatchAssessment

PATCH - /org/assessment/:assessmentId
Required Permissions:
  • scope:api

Description

Patch an assessment

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
assessmentIdstring
The UUID of the assessment

Body Parameters

NameTypeDescription
* isCompleteboolean
Whether the assessment is marked as complete.
extraDataobject
Any additional optional metadata of the assessment.

Successful Response

A successful response

Field NameTypeDescription
messagestring
"OK"

Code Example