Skip to main content

Update Config

PUT 

/v1/configs/:configId

This endpoint updates a Config identified by the configId parameter.

Request

Path Parameters

    configId uuidrequired

    The identifier of the Config.

Body

required

    name stringnullable

    Possible values: <= 255 characters

    The name of the Config.

    description stringnullable

    Possible values: <= 1000 characters

    The description of the Config.

    order int32nullable

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

Responses

Schema

    product

    object

    Details of the Product.

    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.

    configId uuid

    Identifier of the Config.

    name stringnullable

    Name of the Config.

    description stringnullable

    Description of the Config.

    order int32

    The order of the Config represented on the ConfigCat Dashboard.

    migratedConfigId uuidnullable
    evaluationVersion EvaluationVersion

    Possible values: [v1, v2]

    Determines the evaluation version of a Config. Using v2 enables the new features of Config V2 (https://configcat.com/docs/advanced/config-v2).

Loading...