SetInstanceFeatures
Set Instance Features
Configure and set features that apply to a complete instance. Only fields present in the request are set or unset.
Required permissions:
- iam.feature.write
Request Body
application/json
loginDefaultOrg?boolean
userSchema?boolean
oidcTokenExchange?boolean
improvedPerformance?improved_performance
debugOidcParentError?boolean
oidcSingleV1SessionTermination?boolean
enableBackChannelLogout?boolean
loginV2?
permissionCheckV2?boolean
consoleUseV2UserApi?boolean
enableRelationalTables?boolean
[key: string]?never
Response Body
application/json
application/json
curl -X PUT "https://loading/v2/features/instance" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?