Skip to content
UFW.

OAuth clients

Replace an OAuth client

This is a complete replacement of editable client details.

Authentication

Authorizationbearer token

Requires oauth.clients.write Create and update OAuth clients, secrets, and icons.

Path parameters

client_idstringrequired

The client identifier.

Body parameters

application/json

namestringrequired

Application name shown during authorization.

redirectUrisURL[]required

Exact callback URLs allowed after authorization.

clientTypePUBLIC | CONFIDENTIAL

Use PUBLIC for clients that cannot safely store a secret.

descriptionstring

Application description shown to users.

websiteUrlURL

Public application website.

Responses

200Successful response
400The request is invalid
401Authentication is missing or invalid
403The token does not have the required scope
429Rate limit exceeded