put https://api.kitchenhub.app/v2/orders//status/
Change order status (accept, cancel, complete)
Log in to see full request history
Responses
Change order status (accept, cancel, complete)
xxxxxxxxxx
curl --request PUT \
--url https://api.kitchenhub.app/v2/orders/order_id/status/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!