---
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

## Other responses

- `default` — Unexpected error response

## Changes

> 24 revisions in range; 5 could not be searched.

- **2026-08-20** `6fe5e0368cb0` — 4 info
  - added the new `files:read` enum value to the request property `scopes/items/`
  - added the new `files:write` enum value to the request property `scopes/items/`
  - added the new `print-jobs:read` enum value to the request property `scopes/items/`
  - added the new `print-jobs:write` enum value to the request property `scopes/items/`
- **2026-07-26** `750c8a136307` — 1 breaking, 13 info
  - request property `scopes/items/` was restricted to a list of enum values
  - added the new `fleet:read` enum value to the request property `scopes/items/`
  - added the new `fleet:write` enum value to the request property `scopes/items/`
  - added the new `inventory:read` enum value to the request property `scopes/items/`
  - …10 more

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/oauth-clients/:clientId/patch.md)

---

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