---
title: "Update Target App"
method: PATCH
path: "/console/v1/target_app/{id}"
tags: ["Target App"]
---

# Update Target App

`PATCH /console/v1/target_app/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateTargetAppDto
  - `name` string — name of the target app
  - `description` string — a description of the target app

## Response `200`

Update Target App 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)
