Create Dynamic Config
Request body
Example request
{
"name": "my_config",
"idType": "userID",
"owner": {
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
}Response
Create Dynamic Config
Example response
{
"message": "Dynamic Config created successfully.",
"data": {
"id": "a_dynamic_config",
"permalink": "https://console.statsig.com/company_id/dynamic_configs/a_dynamic_config",
"name": "a dynamic config",
"description": "helpful summary of what this dynamic config does",
"idType": "userID",
"lastModifierID": "1vaQaBoLlkauH9iiuOSBP2",
"lastModifiedTime": 1707344887865,
"lastModifierName": "CONSOLE API",
"lastModifierEmail": null,
"creatorID": "1vaQaBoLlkauH9iiuOSBP2",
"createdTime": 1707344887764,
"creatorName": "CONSOLE API",
"creatorEmail": null,
"targetApps": [],
"holdoutIDs": [],
"tags": [],
"type": "TEMPORARY",
"typeReason": "NONE",
"isPermanent": false,
"isEnabled": true,
"rules": [],
"defaultValue": {}
}
}Changes
Changed in 1 of the 8 revisions of this API.12626
- ▲
request property
rules/items/conditions/items/operatorwas restricted to a list of enum valuesrequest-property-became-enum
- ●
added the new
afterenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
anyenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
any_case_sensitiveenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
array_contains_allenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
array_contains_anyenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
array_contains_noneenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
beforeenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
encoded_anyenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
gtenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
gteenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
is_not_nullenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
is_nullenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
ltenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
lteenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
noneenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
none_case_sensitiveenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
not_array_contains_allenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
onenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
str_contains_anyenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
str_contains_noneenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
str_matchesenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_eqenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_gtenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_gteenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_ltenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_lteenum value to theallOf[subschema #2]/data/rules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ○
added the new
afterenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
anyenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
any_case_sensitiveenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
array_contains_allenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
array_contains_anyenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
array_contains_noneenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
beforeenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
encoded_anyenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
gtenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
gteenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_not_nullenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
is_nullenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
ltenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
lteenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
noneenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
none_case_sensitiveenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
not_array_contains_allenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
onenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
str_contains_anyenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
str_contains_noneenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
str_matchesenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
version_eqenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
version_gtenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
version_gteenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
version_ltenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ○
added the new
version_lteenum value to the request propertyrules/items/conditions/items/operatorrequest-property-enum-value-added
- ▲