Update container type basic deatils

API to update basic configuration of a container type specified by ContainerTypeName.

Important: Core Attributes Configuration and State Machine Configuration of the container type cannot be updated using this API.
| PARAMETER | DESCRIPTION | TYPE | VALIDATION |
| ---- | ---- | ----- | ---- |
| allowedParent | Rules defining the allowed/disallowed container types (singular name) as parent of a container type. |
| ㅤ↳oneOf | List of container types allowed as parent of this container type. | string | minItems: 1 maxItems: 16
minLength: 3 maxLength: 64 |
| ㅤ↳not | List of container types not allowed as parent of this container type. | string | minItems: 1 maxItems: 16
minLength: 3 maxLength: 64 |
| callback | Represents callback URL, which can be to notify status(success/failed) of API.| object | {url: "string", meta: {}} |
This is required.



HTTP Status Code Summary
| Code | Description |
| ---- | ---------- |
| 202 - Accepted |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |
| 503 - Server Error | Something went wrong. (These are rare.) |

Callbacks
Language
URL
Click Try It! to start a request and see the response here!