curl --request PUT \
--url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Updates the specified taxonomy.
curl --request PUT \
--url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
URL-safe slug of the organization.
URL-safe slug of the taxonomy.
The body is of type object.
Updated taxonomy
The response is of type object.