GlobalConfigurationPlexusResource
The GlobalConfiguration resource. It simply gets and builds the requested config REST model (DTO) and passes serializes it using underlying representation mechanism.
The following resources are part of this group:
/global_settings/{configName}
Mount Point: /rest/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)