Update Scenario with Script

put

/essbase/rest/v1/scenarios/{scenarioId}/scripts/{scriptType}

Updates scenario using script of specified type.

Request

Supported Media Types
Path Parameters
Body ()

Script details.

Root Schema : Script
Type: object
Show Source
Back to Top

Response

Supported Media Types

204 Response

OK

Scenario updated successfully.

400 Response

Bad Request

Failed to update scenario with script. The scenario ID or script type may be invalid.

500 Response

Internal Server Error.

Back to Top