Skip to main content
PATCH
/
console
/
v1
/
target_app
Bulk Assign Target Apps
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>"
  ],
  "layers": [
    "<string>"
  ],
  "parameterStores": [
    "<string>"
  ]
}
'
{
  "message": "Target apps updated successfully."
}

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

STATSIG-API-KEY
string
header
required

Body

application/json
targetApps
string[]
required

target app ids

Minimum array length: 1
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)

layers
string[]

Layer IDs to assign to target app(s)

parameterStores
string[]

Parameter Store IDs to assign to target app(s)

Response

Bulk Assign Target Apps Success

message
string