We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2a616 commit 5b17ec6Copy full SHA for 5b17ec6
api-specs/test/security-schemes/oauth2.raml
@@ -16,8 +16,9 @@ describedBy:
16
401:
17
description: Unauthorized
18
settings:
19
- accessTokenUri: https://subdomain-auth.example.com/oauth/{projectKey}/anonymous/token
20
- authorizationGrants: [client_credentials, password]
+ authorizationUri: https://subdomain-auth.example.com/oauth/token
+ accessTokenUri: https://subdomain-auth.example.com/oauth/exampleProject/anonymous/token
21
+ authorizationGrants: [client_credentials]
22
scopes:
23
- 'manage_test:{projectKey}'
24
- 'view_test:{projectKey}'
0 commit comments