Create a category
POST/action_item_category
Create a new action item category. Categories classify action items and define governance rules.
Request
Responses
- 201
- 4XX
- 5XX
The created category.
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.