| ||||
| summary: resource | method | detail: method | |||
| Name | Description |
|---|---|
| {realm} | Get the top-level representation of the realm. |
| Resource | Description |
|---|---|
| GET /admin/realms | Returns a list of realms. |
| POST /admin/realms | Import a realm from a full representation of that realm. |
| POST /admin/realms | Upload a realm from a uploaded JSON file. |
Returns a list of realms. This list is filtered based on what realms the caller is allowed to view.
| |
Import a realm from a full representation of that realm. Realm name must be unique.
| |
Upload a realm from a uploaded JSON file. The posted represenation is expected to be a multipart/form-data encapsulation of a JSON file. The same format a browser would use when uploading a file.
|
| ||||
| summary: resource | method | detail: method | |||