Skip to content

Commit 91e60ba

Browse files
author
CI
committed
Authlete CI - 0b9037919278dd741129cf11c0fe96d8f86949ca
1 parent 651f981 commit 91e60ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22709,7 +22709,7 @@ components:
2270922709
The set of scopes that the client application is allowed to request.
2271022710
This parameter will be one of the following. Details are described in the description.
2271122711

22712-
- null
22712+
2271322713
- an empty set
2271422714
- a set with at least one element
2271522715

docs/ClientExtensionRequestableScopesUpdateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**RequestableScopes** | Pointer to **[]string** | 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. - null - 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. | [optional]
7+
**RequestableScopes** | Pointer to **[]string** | 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. | [optional]
88

99
## Methods
1010

model_client_extension_requestable_scopes_update_request.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)