Add Approver

post

/scenarios/{scenarioId}/approvers

Adds a scenario approver. Approvers are optional and must have Database Access or higher role. They monitor and approve or reject scenarios. If a scenario has multiple approvers, each one must approve before it can be submitted.

Request

Path Parameters
Back to Top

Response

200 Response

OK

Scenario approver added successfully.

400 Response

Bad Request

Failed to add approver. The scenario ID may be invalid, or the scenario may already have been submitted for approval.

500 Response

Internal Server Error.

Back to Top