---
title: "Update OAuth application settings"
method: PATCH
path: "/instance/oauth_application_settings"
tags: ["Instance Settings"]
---

# Update OAuth application settings

`PATCH /instance/oauth_application_settings`

Updates the OAuth application settings for the instance.

## Request body

- object
  - `dynamic_oauth_client_registration` boolean, nullable — Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).
  - `oauth_jwt_access_tokens` boolean, nullable — Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).

## Response `200`

Success

- OAuthApplicationSettings
  - `object` 'oauth_application_settings', required — String representing the object's type. Objects of the same type share the same value.
  - `dynamic_oauth_client_registration` boolean, required — Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).
  - `oauth_jwt_access_tokens` boolean, required — Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).

## Other responses

- `422` — Invalid request parameters

---

[API](https://skmtc.dev/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.dev/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/revisions/11bb1ccf4b7d/schema)
