v1
latestSwagger 2.02026-07-13107214235.7 KBShipment
Update a specific shipment location
Update a specific shipment location
put/v1/workgroups/{workgroup_id}/projects/{project_id}/shipments/{shipment_id}/locations/{location_id}
Path parameters
workgroup_idstring required
project_idstring required
shipment_idstring required
location_idstring required
Request body
Example request
{
"type": "sample type"
}Response
Update successfully
Example response
{
"status_reason": "sample status_reason"
}