Skip to content

Commit 5b17ec6

Browse files
committed
Updated API from documentation release
1 parent 0a2a616 commit 5b17ec6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api-specs/test/security-schemes/oauth2.raml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ describedBy:
1616
401:
1717
description: Unauthorized
1818
settings:
19-
accessTokenUri: https://subdomain-auth.example.com/oauth/{projectKey}/anonymous/token
20-
authorizationGrants: [client_credentials, password]
19+
authorizationUri: https://subdomain-auth.example.com/oauth/token
20+
accessTokenUri: https://subdomain-auth.example.com/oauth/exampleProject/anonymous/token
21+
authorizationGrants: [client_credentials]
2122
scopes:
2223
- 'manage_test:{projectKey}'
2324
- 'view_test:{projectKey}'

0 commit comments

Comments
 (0)