Update a concept
Updates a taxonomy concept 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_id
The ID of the concept.
organization_id
The ID of the organization.
Headers
X-Contentful-Version
Version of the concept to update
Request
This endpoint expects a map from strings to any.
Response headers
Content-Type
Content-Type
Response
OK - Request successful