Creates categories (Coding tool)
Creates new categories from the supplied array of names
Path Parameters
projectId string required
Project ID
workflowId string required
Workflow ID
toolId string required
Tool ID
codeMapId string required
Code map ID
application/json
Request Body array required
- Array [
- ]
string
Responses
- 200
- 400
- 401
- 403
- 404
Created categories
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32 nullable
id string nullable
oaToInc string[] nullable
text string nullable
type int32
Possible values: [0
, 1
, 2
]
Default value: 0
[
{
"code": 0,
"id": "string",
"oaToInc": [
"string"
],
"text": "string",
"type": 0
}
]
Invalid request. The message will vary depending on the cause
Unauthorized
Access denied
Not found
Loading...