Job Full Routing

Updates a full routing operation for a job

post/api/jobs/{jobId}/routing/{routingId}/operations/{operationId}

Path parameters

jobIdstring required
routingIdstring required
operationIdstring required

Request body

orderinteger nullable

The order of this operation. Operations with the same order are expected to run in parallel

leadDaysinteger nullable

Lead days. Will default to zero if not provided.

unattendedboolean nullable

If true, the run portion of this step is unattended by an operator.

instructionsstring nullable

Instructions for this operation.

Response

OK