Create Param Store

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

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:experiment
namestringrequired

Parameter Name

param_typestringrequired

Parameter Type

Allowed values:stringbooleannumberarrayobject
valueunknown[]
gate_namestring

Gate Name

pass_valueunknown[]
fail_valueunknown[]
layer_namestring

Layer Name

param_namestring

Parameter Name in Experiment

config_namestring

Dynamic Config Name

experiment_namestring

Experiment Name

Was this helpful?