v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Application OAuth Clients

This endpoint allows you to update a specific OAuth client. Note: Permissions can only be updated for application-level clients.

patch/applications/{applicationId}/oauthClients/{clientId}

Request body

namestring

Name of the oauth client.

redirectUrisstring[]
loginUrisstring[]

Example request

{
  "name": "client-name",
  "redirectUris": [
    "https://google.co.in/",
    "https://google.nl/"
  ],
  "loginUris": [
    "https://sample.com/login",
    "https://sample.nl/login"
  ]
}

Response

Client Updated