This API request allows you to modify information about OAuth2 client.
NOTE: only users with 'ADMIN' role are capable to execute this request.

Some rules for data which should be sent in request:

  1. Scope can have only following values: 'read', 'write'
  2. Grant types can have following values: 'password', 'refresh_token'

Response status codes:
200 - information has been successfully modified
400 - you specified invalid data in one or few fields
401 - you are not authorized
422 - client with ID you sent doesn't exists
500 - if unhandled and unexpected exception happened

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!