Skip to main content

Update Scenario

PUT 

/api/manufacturing/mrp/scenarios/:mrpScenario

Update a scenario. Same FormRequest as create - name remains required. status and created_by_user_id are not settable here. Auth: requires Bearer token. Path param: mrpScenario = scenario id. Fields: name (required, max:255), description (nullable), base_run_id (nullable, exists:mrp_runs), overrides (nullable, array/object).

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type