Post Oauth 2 Update Client

Deprecated
**Not the supported registration path.** Dynamic client registration is gated (`allowDynamicClientRegistration: false`); unauthenticated calls are rejected. Register clients via `POST /api/auth/admin/oauth-clients` (admin session or Initial Access Token) — see the self-service registration guide. Updates OAuth2 formatted client details.

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
client_idstringRequired
updateobjectRequired

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error