v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBApplication 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
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