Updates instance configuration settings including manual review mode, webhook URLs, and SSO parameters. Changes apply immediately. Requires INSTANCE_CONFIG_UPDATE permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/instance-config/update \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"manual_review_enabled": true,
"manual_review_schedule_enabled": true,
"manual_review_schedule_start_hour_utc": 11,
"manual_review_schedule_end_hour_utc": 11,
"registration_alerts_webhook_url": "<string>",
"system_alerts_webhook_url": "<string>",
"sso": {
"enabled": true,
"display_name": "<string>",
"issuer": "<string>",
"authorization_url": "<string>",
"token_url": "<string>",
"userinfo_url": "<string>",
"jwks_url": "<string>",
"client_id": "<string>",
"client_secret": "<string>",
"scope": "<string>",
"allowed_domains": [
"<string>"
],
"auto_provision": true,
"redirect_uri": "<string>"
}
}
'{
"manual_review_enabled": true,
"manual_review_schedule_enabled": true,
"manual_review_schedule_start_hour_utc": 1073741823,
"manual_review_schedule_end_hour_utc": 1073741823,
"manual_review_active_now": true,
"registration_alerts_webhook_url": "<string>",
"system_alerts_webhook_url": "<string>",
"sso": {
"enabled": true,
"display_name": "<string>",
"issuer": "<string>",
"authorization_url": "<string>",
"token_url": "<string>",
"userinfo_url": "<string>",
"jwks_url": "<string>",
"client_id": "<string>",
"client_secret_set": true,
"scope": "<string>",
"allowed_domains": [
"<string>"
],
"auto_provision": true,
"redirect_uri": "<string>"
},
"self_hosted": true
}Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
0 <= x <= 230 <= x <= 23Show child attributes
Success
0 <= x <= 21474836470 <= x <= 2147483647Show child attributes
curl --request POST \
--url https://api.fluxer.app/v1/admin/instance-config/update \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"manual_review_enabled": true,
"manual_review_schedule_enabled": true,
"manual_review_schedule_start_hour_utc": 11,
"manual_review_schedule_end_hour_utc": 11,
"registration_alerts_webhook_url": "<string>",
"system_alerts_webhook_url": "<string>",
"sso": {
"enabled": true,
"display_name": "<string>",
"issuer": "<string>",
"authorization_url": "<string>",
"token_url": "<string>",
"userinfo_url": "<string>",
"jwks_url": "<string>",
"client_id": "<string>",
"client_secret": "<string>",
"scope": "<string>",
"allowed_domains": [
"<string>"
],
"auto_provision": true,
"redirect_uri": "<string>"
}
}
'{
"manual_review_enabled": true,
"manual_review_schedule_enabled": true,
"manual_review_schedule_start_hour_utc": 1073741823,
"manual_review_schedule_end_hour_utc": 1073741823,
"manual_review_active_now": true,
"registration_alerts_webhook_url": "<string>",
"system_alerts_webhook_url": "<string>",
"sso": {
"enabled": true,
"display_name": "<string>",
"issuer": "<string>",
"authorization_url": "<string>",
"token_url": "<string>",
"userinfo_url": "<string>",
"jwks_url": "<string>",
"client_id": "<string>",
"client_secret_set": true,
"scope": "<string>",
"allowed_domains": [
"<string>"
],
"auto_provision": true,
"redirect_uri": "<string>"
},
"self_hosted": true
}