Products
Update a Product
Update a Product
PUT
/
products
/
{id}
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
id
string
requiredUnique Product ID
Body
application/json
name
string
requiredName of the Product, this appears within Sequence's dashboard.
label
string
The internal description of the product. This can be used to maintain some explanation or comments regarding the product.
Response
200 - application/json
id
string
requiredProduct ID
name
string
requiredName of the Product, this appears within Sequence's dashboard.
label
string
The internal description of the product. This can be used to maintain some explanation or comments regarding the product.
createdAt
string
requiredTime at which the Product was first created, in ISO 8601 format (UTC). This is set by the server and cannot be changed. Expect millisecond precision.
updatedAt
string
requiredTime at which the Product was last updated, in ISO 8601 format (UTC). Expect millisecond precision.