Actions
Update Assessment
Updates a specific assessment.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Assessment ID | The unique identifier of the assessment. |
| Client ID | The unique identifier of the client. |
| Name | The name of the assessment. |
| Notes | Optional notes to be added to the assessment. |
| Start Date | The assessment start date. |
{
"id": <ASSESSMENTID>,
"clientId": <CLIENTID>
"name": "<ASSESSMENTNAME>",
"notes": "<NOTES>",
"startDate": "<STARTDATE>"
}
Was this page helpful?