Update a task category
standard categories represent regular tasks, while rollup categories act as containers whose budgets and rollups derive from their descendant standard tasks.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The task category uuid.
Body
The name of the task category (max 255 chars).
The type of the task category. Cannot be changed after tasks have been assigned to this category.
standard, rollup The icon identifier for the task category.
check-circle, folder, tasks, clipboard, lightbulb, rocket, wrench, file, file-alt, calendar, users The color identifier for the task category.
grey, grey-light, teal, teal-light, blue, blue-light, orange, orange-light, brown, brown-light, purple, purple-light Whether the task category is active. Cannot deactivate the default task category; set another task category as default first.
Response
200
The unique identifier for the object.
The name of the task category.
The type of the task category.
standard, rollup The icon identifier for the task category.
check-circle, folder, tasks, clipboard, lightbulb, rocket, wrench, file, file-alt, calendar, users The color identifier for the task category.
grey, grey-light, teal, teal-light, blue, blue-light, orange, orange-light, brown, brown-light, purple, purple-light Whether the task category is active.
Whether this is the default task category for the workspace.
The timestamp when the object was created.