Update a concept scheme

Updates a taxonomy concept scheme using JSON Patch format. Include the current version in X-Contentful-Version; operations on unset fields require passing the full sub-object rather than a nested path.

Authentication

AuthorizationBearer

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

Path parameters

concept_scheme_idstringRequired
The ID of the concept scheme.
organization_idstringRequired
The ID of the organization.

Headers

X-Contentful-VersionstringRequired
Version of the concept scheme to update

Request

This endpoint expects a map from strings to any.

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful