Create Tag

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

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

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Body

application/json
namestringrequired
Constraints:min length: 1max length: 100
descriptionstringrequired
Constraints:max length: 1000
isCoreboolean
Default:false

Response

application/json
200· Create Tag Response
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
idstringrequired

id of the tag

Example:string
namestringrequired

name of the tag

Example:a tag
descriptionstringrequired

description of the tag

Example:a description
isCorebooleanrequired

is this a core tag

Example:false

Was this helpful?