Approve a pending request
POST/action_item/:id/approve
Approve a pending deferral, rejection, or verification request. The item transitions to the target status (deferred, rejected, or resolved).
Request
Responses
- 200
- 4XX
- 5XX
The updated action item.
Client error responses due to invalid input, missing parameters, or unauthorized access.
Request validation errors use a different shape:
{
"type": "ValidationError",
"errors": [{ "message": "body must have required property 'defer_until'" }]
}
Server error responses indicating an issue on the API side.