Create Param Store

Reference for the POST /console/v1/param_stores API endpoint.

posthttps://statsigapi.net/console/v1/param_stores

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Body

application/json
namestringrequired

Param Store Name

descriptionstringrequired

Param Store Description

displayNamestringrequired

Param Store Display Name

targetAppIDsstring[]

Target App IDs

tagsstring[]

Tags

teamstring

Team

Response

application/json
200· Create param store
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
idstringrequired

Param Store ID

namestringrequired

Param Store Name

displayNamestringrequired

Param Store Display Name

descriptionstringrequired

Param Store Description

createdTimenumberrequired

Param Store Creation Time

Constraints:format: double
creatorIDstringrequired

Creator ID

lastModifierIDstringrequired

Last Modifier ID

teamstring

Team Name

Constraints:nullable
teamIDstring

Team ID

parametersoneOf[]required

List of Parameters

ref_typestringrequired
Allowed values:staticgatelayerdynamic_configexperiment
namestringrequired

Parameter Name

param_typestringrequired

Parameter Type

Allowed values:booleannumberstringobjectarray
valueboolean or number or string or object or array
gate_namestring

Gate Name

pass_valueboolean or number or string or object or array
fail_valueboolean or number or string or object or array
layer_namestring

Layer Name

param_namestring

Parameter Name in Layer

config_namestring

Dynamic Config Name

experiment_namestring

Experiment Name

Was this helpful?