Update the status of a customer's orderCopy Pageput http://localhost:5000/api/v1/providers/customers/{unique_customer_id}/plans/{unique_plan_id}/orders/{unique_order_id}Path Paramsunique_customer_idstringrequiredUnique ID of the customerunique_plan_idstringrequiredUnique ID of the planunique_order_idstringrequiredUnique ID of the orderBody ParamsstatusstringenumrequiredSUCCESSAllowed:SUCCESSResponses 200Order updated successfully 400Invalid request data 500Server errorUpdated 8 months ago