# Update order status Update the status of an order. Currently, it is only possible to use this endpoint to cancel a transport Endpoint: PUT /orders/{orderID} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `orderID` (string, required) The ID of the order to update Example: "68822b0ea09ba5655e0a2032" ## Request fields (application/json): - `status` (string, required) Enum: "canceled" ## Response 200 fields (application/json): - `message` (string, required) Example: "Success!" ## Response 401 fields (application/json): - `message` (string, required) A descriptive error message. Example: "Bad Request" - `errors` (object, required) ## Response 403 fields (application/json): - `message` (string, required) A descriptive error message. Example: "Not allowed" ## Response 404 fields (application/json): - `message` (string, required) A descriptive error message. Example: "Not allowed" ## Response 409 fields (application/json): - `message` (string, required) A descriptive error message. Example: "Not allowed" ## Response 422 fields (application/json): - `message` (string, required) A descriptive error message. Example: "Bad Request" - `errors` (object, required)