Update a Schedule Scenario

put

/api/restapi/scheduleScenario

Send a request to this endpoint to update a schedule scenario.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityScheduleScenarioInput
Type: object
Title: ApiEntityScheduleScenarioInput
This entity represents a ScheduleScenario object, a unique ScheduleScenario object can be identified by the following combinations of the fields.
  • scenarioId
  • name,projectId
  • name,projectCode,workspaceCode
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Schedule Scenario service. Verify the request contains valid data, then resubmit the request.
Back to Top