PATCH
/
console
/
v1
/
target_app
/
{id}
curl --request PATCH \
  --url https://statsigapi.net/console/v1/target_app/{id} \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "name": "string",
  "description": "a description"
}'
{
  "message": "Target apps updated successfully."
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Body

application/json
name
string

name of the target app

Example:

"string"

description
string

a description of the target app

Example:

"a description"

Response

200
application/json
Update Target App Success
message
string