cURL
curl --request PATCH \ --url https://app.aegister.com/api/v1/v-ciso/organizations/{organizationid}/workflows/{workflowid}/evaluations \ --header 'Content-Type: application/json' \ --header 'X-Aegister-Token: <api-key>' \ --data ' { "id": 123, "evaluation_data": {} } '
{ "error": 0, "messages": "<array>" }
Documentation IndexFetch the complete documentation index at: https://docs.aegister.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aegister.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the evaluation to update.
The new evaluation payload.
Show child attributes
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
0
If error is 1, contains zero or more details on the error.
error
1
[]