curl --request PUT \
--url https://platform.kodexa.ai/api/configuration \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Updates the platform configuration. Requires platform admin role.
curl --request PUT \
--url https://platform.kodexa.ai/api/configuration \
--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.
The body is of type object.
Updated platform configuration
The response is of type object.