Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| description | string | NONE | OPTIONAL, can't be blank string |
curl --location --request PUT 'https://www-staging.givve.com/api/unload_orders/' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "some text"
}'{}