v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBUtility
This creates a new TaskCategory
Creates a TaskCategory resource.
post/tasks/categories
Request body
Example request
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}Response
TaskCategory resource created
Example response
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"id": "identifier_example"
}