Skip to main content
PATCH
Update OAuth client

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

clientId
string
required

Body

application/json
name
string
Required string length: 1 - 200
redirectURLs
string<uri>[]
Minimum array length: 1
disabled
boolean
description
string | null
Maximum string length: 1000
homepageUrl
string<uri> | null
icon
string<uri> | null

Response

Success

id
string<uuid>
required
clientId
string
required
name
string
required
type
string
required
redirectURLs
string[]
required
disabled
boolean
required
projectId
string<uuid> | null
required
userId
string | null
required
kind
string | null
required
icon
string | null
required
description
string | null
required
homepageUrl
string | null
required
metadata
string | null
required
defaultMemberRoleIds
string[]
required
allowedScopes
string[]
required
authenticationScheme
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required