Update Outline Settings

patch

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/settings/outline

Updates the outline settings of the specified database.

Request

Supported Media Types
Path Parameters
Body ()

Outline settings patch list.

Root Schema : schema
Type: array
Show Source
Nested Schema : PatchElement
Type: object
Show Source
Nested Schema : value
Type: object

New value of setting you want to patch. See examples.

Back to Top

Response

204 Response

OK

Outline settings updated successfully.

400 Response

Bad Request

Failed to update the settings. The application or database name may be incorrect, or the JSON for the settings may be incorrect.

415 Response

Not Acceptable

The media type isn't supported or wasn't specified.

500 Response

Internal Server Error.

Back to Top