curl --request PUT \
--url https://platform.kodexa.ai/api/fair-scheduler/orgs/{orgId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'Updates the fair-scheduler configuration for a specific organization, adjusting queue weight, concurrency limit, and execution priority overrides.
curl --request PUT \
--url https://platform.kodexa.ai/api/fair-scheduler/orgs/{orgId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.