Update Scenario Partially

patch

/essbase/rest/v1/scenarios/{id}

Updates basic information about a scenario, including description, due date, priority, and owner.

Request

Supported Media Types
Path Parameters
Body ()

Scenario details. Set only those fields which need to be updated.

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

Response

Supported Media Types

200 Response

OK

Scenario updated successfully.

Body ()
Root Schema : Scenario
Type: object
Show Source
Nested Schema : approvers
Type: array
Show Source
Nested Schema : participants
Type: array
Show Source
Nested Schema : scripts
Type: array
Show Source
Nested Schema : Approver
Type: object
Show Source
Nested Schema : Participant
Type: object
Show Source
Nested Schema : Script
Type: object
Show Source

400 Response

Bad Request

Failed to update the scenario. Required fields such as scenario name or due date may be empty.

500 Response

Internal Server Error.

Back to Top