v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
typeOfWork

Creates a new type of work.

<Check title="Required Permissions" icon="key">The user must be an admin or have task-manage-config:write permissions.</Check>

post/typeofwork

Headers

Authorizationstring required

Bearer authentication

Request body

namestring required

The names of the type of work.

descriptionstring nullable

A short description of the type of work.

iconstring nullable

The icon associated with this task type.

Response

OK

idstring uuid

The id of the task type.

namestring nullable

The name of the task type.

descriptionstring nullable

A short (max. 140 characters) description of the task type.

iconstring nullable

The icon associated with this task type.

isArchivedboolean

Whether the type of work has been archived.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.