v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Audit logs

List Deleted Settings

This endpoint returns the list of Feature Flags and Settings that were deleted from the given Config.

get/v1/configs/{configId}/deleted-settings

Path parameters

configIdstring uuid required

The identifier of the Config.

Response

keystring required

Key of the Feature Flag or Setting.

namestring required

Name of the Feature Flag or Setting.

hintstring nullable required

Description of the Feature Flag or Setting.

settingType'boolean' | 'string' | 'int' | 'double' required

The type of the Feature Flag or Setting.