Edits a category (Coding tool)
Edits a category
Path Parameters
projectId string required
Project ID
workflowId string required
Workflow ID
toolId string required
Tool ID
codeMapId string required
Code map ID
categoryId string required
Category ID
application/json
Request Body required
code int32 nullable
text string nullable
Responses
- 200
- 400
- 401
- 403
- 404
Updated category
application/json
Schema
Example (from schema)
Schema
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...