Skip to content

Create or update an OAuth client

PUT
/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"
  
],
  
"roles": [
  
  
"string"
  
],
  
"acl": {
  
  
"entries": [
  
  
  
{
  
  
  
  
"attributeKeys": [
  
  
  
  
  
"string"
  
  
  
  
],
  
  
  
  
"resource": [
  
  
  
  
  
"string"
  
  
  
  
],
  
  
  
  
"permission": [
  
  
  
  
  
"string"
  
  
  
  
]
  
  
  
}
  
  
]
  
},
  
"accessAttributes": {
  
  
"additionalProperties": [
  
  
  
"string"
  
  
]
  
},
  
"etag": "string"
}

Responses

OK

Samples

© 2024 Hantera AB. All rights reserved.