v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Client Management

Update Requestable Scopes

Update requestable scopes of a client

put/api/{serviceId}/client/extension/requestable_scopes/update/{clientId}

Path parameters

serviceIdstring required

A service ID.

clientIdstring required

A client ID.

Request body

requestableScopesstring[]

The set of scopes that the client application is allowed to request. This parameter will be one of the following. Details are described in the description.

  • an empty set
  • a set with at least one element

If this parameter contains scopes that the service does not support, those scopes are just ignored. Also, if this parameter is null or is not included in the request, it is equivalent to calling /client/extension/requestable_scopes/delete API.

Response

Requestable scopes updated successfully

requestableScopesstring[]