Description
Add a category in an organization.
The current user must have administrator rights.
URL
https://api.skriv.com/v1/organization/addCategory/orgId
Field | Type | Description |
orgId | int | Organization ID |
GET parameters
Field | Type | Description |
name | string | Category name |
color | enum | Category color: 'red', 'pink', 'purple', 'blue', 'green', 'amber', 'deeporange', 'gray', 'black' |
hiddenProjects | bool | If projects in a category are hidden, only users assigned to the projects will be able to see them. |
Response
Field | Type | Description |
id | int | Category ID |