Packages
Update package
Update packages for the specified package id. Requires Bearer JWT authentication.
put/packages/{package_id}
Path parameters
package_idinteger required
Example:1
Package ID
Request body
Example request
{
"name": "Standard Box",
"length": 30,
"width": 20,
"height": 15,
"weight": 2.5
}Response
Successful response