v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Configs

Update Config

This endpoint updates a Config identified by the configId parameter.

put/v1/configs/{configId}

Path parameters

configIdstring uuid required

The identifier of the Config.

Request body

namestring nullable

The name of the Config.

descriptionstring nullable

The description of the Config.

orderinteger nullable

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

Response

configIdstring uuid required

Identifier of the Config.

namestring required

Name of the Config.

descriptionstring nullable required

Description of the Config.

orderinteger required

The order of the Config represented on the ConfigCat Dashboard.

migratedConfigIdstring uuid nullable required
evaluationVersion'v1' | 'v2' required

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