v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Products

Update Product

This endpoint updates a Product identified by the productId parameter.

put/v1/products/{productId}

Path parameters

productIdstring uuid required

The identifier of the Product.

Request body

namestring nullable

The name of the Product.

descriptionstring nullable

The description of the Product.

orderinteger nullable

The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers.

Response

productIdstring uuid required

Identifier of the Product.

namestring required

Name of the Product.

descriptionstring nullable required

Description of the Product.

orderinteger required

The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers.

reasonRequiredboolean required

Determines whether a mandatory reason must be given every time when the Feature Flags or Settings within a Product are saved.

approveRequiredboolean required

Determines whether changes must be approved before they are applied within a Product.