---
title: "Bulk Assign Target Apps"
method: PATCH
path: "/console/v1/target_app"
tags: ["Target App"]
---

# Bulk Assign Target Apps

`PATCH /console/v1/target_app`

## Request body

- BulkAssignConfigTargetAppDto
  - `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)
  - `layers` string[] — Layer IDs to assign to target app(s)
  - `parameterStores` string[] — Parameter Store IDs to assign to target app(s)

## Response `200`

Bulk Assign Target Apps Success

- object
  - `message` string

## Other responses

- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Gates with IDs [not a gate] do not exist

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/3189f450c93b/schema)
