Space Docs
API ReferenceWork Order Checklist

workOrderChecklist.reorderItems

Type: Mutation ยท Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
workOrderIdstring.uuidYesโ€”ID of the associated work order
orderedIdsstring[]Yesโ€”Ordered ids

Example

{
  "workOrderId": "550e8400-e29b-41d4-a716-446655440000",
  "orderedIds": []
}

On this page