/global_settings/{configName}
Mount Point: /service/local/global_settings/{configName}
GET
Get the specified global configuration (i.e. current or default)
Parameters
name | description | type | default |
---|---|---|---|
configName | The name of the config (as returned by the global configuration list resource) to get. | path |
Response Body
element: | global-settings |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update the global configuration.
Parameters
name | description | type | default |
---|---|---|---|
configName | The name of the config (as returned by the global configuration list resource) to update. | path |
Request Body
element: | global-settings |
media types: | application/xml application/json |
(no documentation provided)