Force Update Result
Update a single result with escalated privileges
ForceUpdateAwfResults
allows administrators to modify results more than normally allowed, such as changing sign-off status, or changing a row's decision after a certification expires.
Method | syntax |
---|---|
POST |
|
The API token used for this request must be created for a user with the admin role.
A forced update request:
Can undo sign-off of a row.
On an expired or completed certification, during the grace period, rows can be modified as normal (Assuming they're no longer signed off).
The grace period for changes is 7 days after certification completion or expiration
Can't undo sign-off of a row.
On an expired certification, during the grace period, a rejected row can be marked as fixed by admin/operator.
Parameters
Field | In | Value |
---|---|---|
| path | ID of the certification containing the result to alter |
| body | Contains a single certification result and keys to update |
| body | Numeric result id to update (min |
| body | Result decision( |
| body | string of most recent row notes |
| body | WorkflowUser object |
| body | Sign-off status ( |
| body | Integration status ( |
Sample Request
Sample Response
A successful response will be empty:
Last updated