Update a content type
Log in to add to favouritesPage last updated 25 September 2024
This endpoint requires the complete resource representation, including the version object, in the request body. Any property omitted will be considered for removal from the resource.
PUT/api/management/projects/{projectId}/contenttypes/{contentTypeId}
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| contentTypeId(required) | path | string | - | The content type identifier. |
| contentType(required) | body | object | content type | The complete content type resource |