Changes a plan's mode
By default, a plan is in “standard” mode: the solution is entirely built by the OR algorithms, following the various plan constraints. It is possible to switch the plan in “manual” mode: in this mode, the user can force some assignments which may violate some constraints.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The agency id.
^[A-Z]{3,6}_[a-zA-Z0-9-._~:@!$,]+$"LND_Agency-42"
The plan id. At least one character among those allowed: unaccented alpha-numeric characters, "-", ".", "_", "~", ":", "@", "!", "$", ",".
^[a-zA-Z0-9-._~:@!$,]+$Query Parameters
If true, on an archived item, the requested action will be forced and the item will be unarchived.
Body
The mode to set.
[TO_VALIDATE] Description pending review by a Kardinal engineer.
standard, manual "standard"
Response
Plan mode response.
[TO_VALIDATE] Description pending review by a Kardinal engineer.
[TO_VALIDATE] Description pending review by a Kardinal engineer.
standard, manual "standard"
The agency id.
^[A-Z]{3,6}_[a-zA-Z0-9-._~:@!$,]+$"LND_Agency-42"
The plan id.
^[a-zA-Z0-9-._~:@!$,]+$"plan-AB"
The plan version.
x >= 142