---
title: "Edits an application"
method: PUT
path: "/app/{appId}"
tags: ["App"]
---

# Edits an application

`PUT /app/{appId}`

## Path parameters

- `appId` number, required

## Request body

- AppEdit
  - `name` string — The name of the application
  - `description` string — Description of the application
  - `contactEmail` string, email — Contact email for the application manager
  - `appUserUrl` string, uri — This should be a landing page for the app.
  - `logo` string — Base64 encoded logo image
  - `redirectUris` string[] — Redirect URIs users can be sent to after signing up for your application (with their JWT token).
  - `deploymentStatus` 'dev' | 'test' | 'prod' — Identifies if an application is in development, test, or production.
  - `activeVersion` number — Active version of the application

## Response `200`

Successful operation

- App
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `appId` number, required — Application ID
  - `activeVersion` number — Active version of the application
  - `name` string, required — The name of the application
  - `description` string — Description of the application
  - `contactEmail` string, email — Contact email for the application manager
  - `appUserUrl` string, uri — This should be a landing page for the app.
  - `logo` string — Base64 encoded logo image
  - `redirectUris` string[] — Redirect URIs users can be sent to after signing up for your application (with their JWT token).
  - `deploymentStatus` 'dev' | 'test' | 'prod' — Identifies if an application is in development, test, or production.
  - `managerAddress` string, required — App manager's wallet address. Derived from the authorization signature provided by the creator.

## Other responses

- `400` — Invalid input
- `422` — Validation exception
- `default` — Unexpected error

## Changes

- **2025-06-28** `f36ee26d6286` — 1 info
  - the response required property `managerAddress` became read-only for the status `200`
- **2025-06-28** `f7b25b5b140b` — 3 info
  - the endpoint scheme security `siweAuth` was added to the API
  - api tag `App` added
  - api tag `app` removed
- **2025-06-24** `ff5b6ea9c325` — 4 info
  - the request property `description` became optional
  - the request property `name` became optional
  - the `deploymentStatus` request property default value `dev` was removed
  - the `deploymentStatus` response's property default value `dev` was removed for the status `200`
- **2025-06-24** `ed75610a3d9e` — 1 info
  - the response required property `managerAddress` became not read-only for the status `200`
- **2025-06-24** `d4634804dbfb` — 7 breaking, 1 warning, 10 info
  - the response property `activeVersion` became optional for the status `200`
  - the response property `appUserUrl` became optional for the status `200`
  - the response property `contactEmail` became optional for the status `200`
  - the response property `deploymentStatus` became optional for the status `200`
  - …14 more

[Full history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/app/:appId/put.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/7a8a3bcdf96f/schema)
