---
title: "Update app details"
method: PATCH
path: "/v1/Applications/applications/{AppId}"
---

# Update app details

`PATCH /v1/Applications/applications/{AppId}`

Update app details — Damoov developer documentation.

## Path parameters

- `AppId` string, required

## Request body

- object
  - `name` string, json, required
  - `description` string, json, required
  - `status` string, json, required — 1 - active, 2 - deactivated
  - `googlePlayLink` string, json
  - `appleStoreLink` string, json

## Response `200`

200

- object
  - `status` integer
  - `title` string
  - `errors` object[]
    - `key` string
    - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/damoov/apis/user-service.md) · [All operations](https://skmtc.net/damoov/apis/user-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/damoov/user-service/versions/1a5db2e2251f/schema)
