{
"name": "string",
"description": "string",
"redirectUris": [
"string"
],
"scopes": [
"string"
],
"grantTypes": [
"GRANT_TYPE_UNSPECIFIED"
],
"responseTypes": [
"string"
],
"isActive": true,
"updateMask": "string"
}
curl --location --request PUT '/v1/auth/clients/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"redirectUris": [
"string"
],
"scopes": [
"string"
],
"grantTypes": [
"GRANT_TYPE_UNSPECIFIED"
],
"responseTypes": [
"string"
],
"isActive": true,
"updateMask": "string"
}'
{
"client": {
"clientId": "string",
"name": "string",
"description": "string",
"redirectUris": [
"string"
],
"scopes": [
"string"
],
"grantTypes": [
"GRANT_TYPE_UNSPECIFIED"
],
"responseTypes": [
"string"
],
"isPublic": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"isActive": true
}
}