Skip to content

Commit 2c16569

Browse files
committed
removed asdf examples
1 parent 3612d82 commit 2c16569

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

api_spec.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ paths:
18941894
security:
18951895
- OAuth2AccessTokenBearer: []
18961896
description: |
1897-
Retrieves user information based on the access token passed to it
1897+
Retrieves user information based on the access token passed in the authorization header
18981898
responses:
18991899
'200':
19001900
description: Retrieved user information
@@ -1988,7 +1988,6 @@ paths:
19881988
properties:
19891989
token:
19901990
type: string
1991-
example: asdfasdfasfd
19921991
client_id:
19931992
type: string
19941993
example: st-cl-test-client
@@ -2003,7 +2002,6 @@ paths:
20032002
properties:
20042003
token:
20052004
type: string
2006-
example: asdfasdfasfd
20072005
client_id:
20082006
type: string
20092007
example: st-cl-test-client
@@ -2054,7 +2052,6 @@ paths:
20542052
properties:
20552053
token:
20562054
type: string
2057-
example: asdfasdfasfd
20582055
application/x-www-form-urlencoded:
20592056
schema:
20602057
type: object
@@ -2063,7 +2060,6 @@ paths:
20632060
properties:
20642061
token:
20652062
type: string
2066-
example: asdfasdfasfd
20672063
responses:
20682064
'200':
20692065
description: Information about the token
@@ -2149,7 +2145,6 @@ paths:
21492145
properties:
21502146
id_token_hint:
21512147
type: string
2152-
example: asdfasdfASDF
21532148
client_id:
21542149
type: string
21552150
example: st-cl-example-client
@@ -2162,7 +2157,6 @@ paths:
21622157
properties:
21632158
id_token_hint:
21642159
type: string
2165-
example: asdfasdfASDF
21662160
client_id:
21672161
type: string
21682162
example: st-cl-example-client
@@ -2205,7 +2199,6 @@ paths:
22052199
name: id_token_hint
22062200
schema:
22072201
type: string
2208-
example: asdfasdfASDF
22092202
- in: query
22102203
name: client_id
22112204
schema:
@@ -2326,7 +2319,6 @@ paths:
23262319
properties:
23272320
logoutChallenge:
23282321
type: string
2329-
example: asdfasdfasfd
23302322
x-www-form-urlencoded:
23312323
schema:
23322324
type: object
@@ -2335,7 +2327,6 @@ paths:
23352327
properties:
23362328
logoutChallenge:
23372329
type: string
2338-
example: asdfasdfasfd
23392330
responses:
23402331
'200':
23412332
description: Accepts the logout request specified by the challenge and gets where the user should be redirected to

0 commit comments

Comments
 (0)