---
title: "PATCH /client-apps/{id}"
method: PATCH
path: "/client-apps/{id}"
tags: ["ClientApplicationController"]
---

# PATCH /client-apps/{id}

`PATCH /client-apps/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required

## Response `200`

OK

- ClientApplication
  - `id` string
  - `createdTime` string
  - `pk` string
  - `sk` string
  - `classifier` string
  - `classifierGroup` string
  - `status` string, required — Status of request
  - `actions` object[]
  - `name` string
  - `email` string
  - `tenant` string
  - `feedback` string — Feedback from user
  - `secret` string
  - `clientSecret` string
  - `clientSecretHash` string
  - `url` string
  - `clientType` 'confidential' | 'public' | 'apiKey'
  - `redirectUris` string[]
  - `allowedGrantTypes` string[]
  - `allowedScopes` string[]
  - `disallowedScopes` string[]
  - `apiKey` string
  - `apiKeyHash` string
  - `allowedOrigins` string[]
  - `allowedReferrers` string[]
  - `allowedIpAddresses` string[]
  - `subscribeEvents` string[]
  - `webhookUrl` string
  - `icon` string
  - `createdByName` string
  - `createdById` string
  - `requestedScopes` string[]

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
