{
"data": {
"inferenceProvider": "AZURE",
"disableWebhooks": true,
"webhookRpm": null
}
}Updates the organization configuration settings. Creates a new config if one doesn’t exist. Only updates fields that are provided in the request body.
{
"data": {
"inferenceProvider": "AZURE",
"disableWebhooks": true,
"webhookRpm": null
}
}Your unique Avido API key
Your unique Avido Application ID
Org config data to update
Request body for updating org config
The inference provider for LLM operations
OPENAI, AZURE "AZURE"
When true, prevents simulate-task from sending webhooks (kill switch)
false
Maximum webhook requests per minute for this organization (max 10,000). Null uses the default global rate.
0 < x <= 1000030
Successfully updated org config
Successful response containing org config data (defaults provided if not configured)
Organization-level configuration settings
Show child attributes