Products
Update a product.
patch/v2/products/{product_id}
Path parameters
product_idstring required
Request body
Response
Success.
Example response
{
"name": "Text-to-speech",
"stripe_product_id": "prod_123",
"created_at": 1767225600,
"updated_at": 1767225600,
"archived_at": 1767225600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.