Create Tag
Reference for the POST /console/v1/tags endpoint of the Statsig API.
post
https://statsigapi.net/console/v1/tagsAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Body
application/jsonnamestringrequiredConstraints:
min length: 1max length: 100descriptionstringrequiredConstraints:
max length: 1000isCorebooleanDefault:
falseResponse
application/json200· Create Tag Response
messagestringrequiredA simple string explaining the result of the operation.
dataobjectrequiredShow child attributes
idstringrequiredid of the tag
Example:
stringnamestringrequiredname of the tag
Example:
a tagdescriptionstringrequireddescription of the tag
Example:
a descriptionisCorebooleanrequiredis this a core tag
Example:
falseWas this helpful?