Update Custom Package
You can update the individual properties of your custom packages using the PUT method with the /v1/packages
endpoint and the package_id
.
Requirements
- You'll need the
package_id
of the custom package to update. - You'll need to include all the same properties in the request body as when you defined the custom package, with any new values for the properties you'd like to update.
Example Request & Response
PUT /v1/packages/:package_id
If successful, you'll receive an HTTP Status 204, (No Content) response.