Defer an action item
POST/action_item/:id/defer
Defer an action item to a future date. If the category has requires_approval_to_defer enabled, the item moves to pending_deferral instead.
The item automatically reopens when the deferred date passes.
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.