Skip to content

Update client properties (partial update)

PATCH
/resources/iam/clients/{id}

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Request Body

JSON
{
  
"name": "string",
  
"description": "string",
  
"redirectUris": [
  
  
"string"
  
],
  
"grantTypes": [
  
  
"string"
  
],
  
"scopes": [
  
  
"string"
  
],
  
"etag": "string"
}

Responses

OK

Samples

© 2024 Hantera AB. All rights reserved.