update_content_type
Update an existing content type by providing only the fields and properties to change. The handler merges your updates with existing data, allowing partial modifications to the content model.
Instructions
Update an existing content type. The handler will merge your field updates with existing content type data, so you only need to provide the fields and properties you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contentTypeId | Yes | ||
| name | No | ||
| fields | Yes | ||
| description | No | ||
| displayField | No | ||
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |