Update a suggestion
PATCH/action_item/:actionItemId/suggestions/:id
Update a suggestion. The user_metadata field is only editable when the suggestion is in pending or failed status.
To retry a failed suggestion, set status to approved.
Request
Responses
- 200
- 4XX
- 5XX
The updated 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.