Mark suggestion as failed
POST/action_item/:actionItemId/suggestions/:id/failed
Report that a suggestion execution failed. The suggestion can be retried by approving it again.
Request
Responses
- 200
- 4XX
- 5XX
The failed suggestion.
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.