Create or update an OAuth client
PUT
/resources/iam/clients/{id}
Parameters
Path Parameters
id*
Type
Requiredstring
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
PUT
/resources/iam/clients/{id}