v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Content Type Operations

Rename a content type

Renames a content type within the context of the development project. The name of the content type in the core version is renamed when the development project is merged to the core.

post/{project_id}/{content_type_name}:rename

Path parameters

project_idstring required

Project specifier. Valid values: 'core', 'development'

content_type_namestring required

Name of content type. Unless the content type belongs to the default group ('brxsaas'), the name must be prefixed with the group name and the hyphen character, e.g. 'mygroup-mytype'

Request body

newNamestring required

new name of the content type

displayNamestring required

new display name of the content type

Response

Accepted