Update a shipment service
📄 Technical specifications
Update a shipment service
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
shipmentstring · uuidOptional
quantitynumber · nullableOptional
isDonebooleanOptional
typestring · uuidOptional
Responses
200Success
application/json
400
Bad Request
application/json
401
Unprocessable Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
put
/shipment-service/{id}Last updated