Skip to content

Commit 29944fb

Browse files
committed
fix security.md OAuth 2.0 example
1 parent 3c01e3e commit 29944fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/security.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ components:
159159
flows:
160160
clientCredentials:
161161
tokenUrl: https://learn.openapis.org/oauth/2.0/token
162-
# Only reading the board allow with delegated access
163-
board:read: Read the board
162+
scopes:
163+
# Only reading the board allow with delegated access
164+
board:read: Read the board
164165
user2AppOauth:
165166
authorizationCode:
166167
authorizationUrl: https://learn.openapis.org/oauth/2.0/auth

0 commit comments

Comments
 (0)