Utility
Update the TaskCategory
Replaces the TaskCategory resource.
put/tasks/categories/{id}
Path parameters
idstring required
Resource identifier
Request body
Example request
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}Response
TaskCategory resource updated
Example response
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"id": "identifier_example"
}