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."
}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."
}Optional header to respect review settings for mutation endpoints.
Bulk Assign Target Apps Success