Update Tag

Reference for the PATCH /console/v1/tags/{id} endpoint of the Statsig API.

patchhttps://statsigapi.net/console/v1/tags/{id}

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Body

application/json
namestring
Constraints:min length: 1max length: 100
descriptionstring
Constraints:max length: 1000
isCoreboolean
Default:false

Response

application/json
200· Update 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?