---
title: "PATCH /v1/oauth-clients/{clientId}"
method: PATCH
path: "/v1/oauth-clients/{clientId}"
tags: ["OAuth Clients"]
---

# PATCH /v1/oauth-clients/{clientId}

`PATCH /v1/oauth-clients/{clientId}`

Update an OAuth 2.0 client

## Path parameters

- `clientId` string, required

## Request body

- object
  - `name` string
  - `description` string
  - `redirect_uris` string[]
  - `scopes` string[]
  - `is_enabled` boolean

## Response `200`

Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
