ApiAdminConfig
Update configuration
Update application configuration settings
AuthorizationBearer <token>
In: header
publishMode?string
Value in
"DIRECT" | "REVIEW"
passwordStrength?string
Value in
"LOW" | "MEDIUM" | "HIGH"
aiFormatLimit?integer
Format
int32
registerMode?string
Value in
"DIRECT" | "WHITELIST"
Response Body
curl -X POST "https://www.open-isle.com/api/admin/config" \ -H "Content-Type: application/json" \ -d '{}'
{
"publishMode": "DIRECT",
"passwordStrength": "LOW",
"aiFormatLimit": 0,
"registerMode": "DIRECT"
}