Create a content type with POST

Creates a content type with an auto-generated ID. Prefer the PUT method to control the content type ID, since IDs are often referenced in code.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired
ID of the Space in form of a string
environment_idstringRequired
ID of the environment in form of a string

Request

This endpoint expects a map from strings to any.

Response headers

Content-Typestring

Content-Type

Response

Created - Resource created successfully