PATCH
/
console
/
v1
/
target_app
curl --request PATCH \
  --url https://statsigapi.net/console/v1/target_app \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "targetApps": [
    "<string>"
  ],
  "gates": [
    "<string>"
  ],
  "dynamicConfigs": [
    "<string>"
  ],
  "experiments": [
    "<string>"
  ]
}'
{
  "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.

Body

application/json
targetApps
string[]
required

target app ids

gates
string[]

Gate IDs to assign to target app(s)

dynamicConfigs
string[]

Dynamic Config IDs to assign to target app(s)

experiments
string[]

Experiment IDs to assign to target app(s)

Response

200
application/json
Bulk Assign Target Apps Success
message
string