PUT /api/realms/myrealm.net { "realm": { "name": "" } } 422 { "error": { "id": 664044182, "errors": { "name": [ "can't be blank" ] }, "full_messages": [ "Name can't be blank" ] } }
Param name | Description |
---|---|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
id required |
Validations:
|
realm required |
Validations:
|
realm[name] optional |
The realm name, e.g. EXAMPLE.COM Validations:
|
realm[realm_proxy_id] optional , nil allowed |
Proxy ID to use within this realm Validations:
|
realm[realm_type] optional |
Realm type, e.g. FreeIPA or Active Directory Validations:
|
realm[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
realm[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|