Modify document categorization directory
Request
PUT /pub/v1/nomenclature/directory/{id}
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
id | uuid | Item ID |
Required |
Request body
The resource sent in the request body is Modify document categorization directory — Request. It contains the following writable properties:
{
"directoryId": "uuid",
"name": "string",
"type": "string"
}
Properties
Name | Type | Description | Additional |
---|---|---|---|
directoryId | uuid |
Directory for document categorization directory |
Optional |
name | string |
Name |
Optional |
type | string |
Directory type Possible values are:
|
Optional |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned:
Status code | Description | Resource |
---|---|---|
200 | OK Response model for changing document categorization directory |
Response model for changing document categorization directory (Modify document categorization directory) |
400 | Bad Request Invalid request parameters |