v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Products

Update Product Preferences

This endpoint updates the preferences of a Product identified by the productId parameter.

post/v1/products/{productId}/preferences

Path parameters

productIdstring uuid required

The identifier of the Product.

Request body

reasonRequiredboolean nullable

Indicates that a mandatory note is required for saving and publishing.

keyGenerationMode'camelCase' | 'lowerCase' | 'upperCase' | 'pascalCase' | 'kebabCase'

Determines the Feature Flag key generation mode.

showVariationIdboolean nullable

Indicates whether a variation ID's must be shown on the ConfigCat Dashboard.

mandatorySettingHintboolean nullable

Indicates whether Feature flags and Settings must have a hint.

approveRequiredboolean nullable

Indicates that a mandatory approval is required before changes are applied.

Response

When the update was successful.

reasonRequiredboolean required

Indicates that a mandatory note required for saving and publishing.

keyGenerationMode'camelCase' | 'lowerCase' | 'upperCase' | 'pascalCase' | 'kebabCase' required

Determines the Feature Flag key generation mode.

showVariationIdboolean required

Indicates whether a variation ID's must be shown on the ConfigCat Dashboard.

mandatorySettingHintboolean required

Indicates whether Feature flags and Settings must have a hint.

approveRequiredboolean required

Indicates that a mandatory approval is required for saving and publishing.