v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Order

Updates the name or preceding order of an order.

patch/order/{orderId}

Path parameters

orderIdstring required

The ID of the order to update.

Request body

namestring

The new name of the order, if specified.

precedingOrderIdstring nullable

The ID of the order that must complete before this order starts processing. Set to null to clear an existing preceding order.

Response

No Content