---
title: "PUT /v1/developer/apps/{appId}"
method: PUT
path: "/v1/developer/apps/{appId}"
tags: ["app-controller"]
---

# PUT /v1/developer/apps/{appId}

`PUT /v1/developer/apps/{appId}`

## Path parameters

- `appId` string, required

## Request body

- AppDto
  - `appId` string
  - `clientName` string
  - `clientId` string
  - `clientSecret` string
  - `createdBy` integer
  - `createdDate` string, date-time
  - `redirectUrls` string[]
  - `isActive` boolean
  - `isDeleted` boolean

## Response `200`

OK

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/versions/237f5bbd4029/schema)
