| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
{realm} | Get the top-level representation of the realm. |
Name | 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. |
GET /admin/realmsReturns a list of realms. This list is filtered based on what realms the caller is allowed to view.
|
POST /admin/realmsImport a realm from a full representation of that realm. Realm name must be unique.
|
POST /admin/realmsUpload 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 |