Magidoc

Partially update an existing OAuth2Client by any of it's unique identifiers: technical _id , human-readable code or OAuth2 client ID from credentials.clientId .

Arguments

#

_id

ID !
Non-null

An identifier of a client. Values from _id , code or credentials.clientId may be used here.

request

Non-null

Part of client configuration to be updated.

Response

#

Returns OAuth2Client .

Example

#

    
  

3

    
  

3

    
  

3