Skip to main content

Update Product

PUT 

/v1/products/:productId

This endpoint updates a Product identified by the productId parameter.

Request

Path Parameters

    productId uuidrequired

    The identifier of the Product.

Body

required

    name stringnullable

    Possible values: <= 1000 characters

    The name of the Product.

    description stringnullable

    Possible values: <= 1000 characters

    The description of the Product.

    order int32nullable

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

Responses

Schema

    organization

    object

    Details of the Organization.

    organizationId uuid

    Identifier of the Organization.

    name stringnullable

    Name of the Organization.

    productId uuid

    Identifier of the Product.

    name stringnullable

    Name of the Product.

    description stringnullable

    Description of the Product.

    order int32

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

    reasonRequired boolean

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

Loading...