Update Target App

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

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

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Body

application/json
namestring

name of the target app

Example:string
descriptionstring

a description of the target app

Example:a description

Response

application/json
200· Update Target App Success
Other properties1
messagestring
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequired
Allowed values:401
messagestringrequired
404· Gates with IDs [not a gate] do not exist
statusintegerrequired
Allowed values:404
messagestringrequired

Was this helpful?