Make the security schemes relative in the static OpenAPI spec
This commit is contained in:
@@ -2527,16 +2527,16 @@
|
||||
"type": "oauth2",
|
||||
"flows": {
|
||||
"clientCredentials": {
|
||||
"refreshUrl": "/oauth2/token",
|
||||
"tokenUrl": "/oauth2/token",
|
||||
"refreshUrl": "./oauth2/token",
|
||||
"tokenUrl": "./oauth2/token",
|
||||
"scopes": {
|
||||
"urn:mas:admin": "Grant access to the admin API"
|
||||
}
|
||||
},
|
||||
"authorizationCode": {
|
||||
"authorizationUrl": "/authorize",
|
||||
"tokenUrl": "/oauth2/token",
|
||||
"refreshUrl": "/oauth2/token",
|
||||
"authorizationUrl": "./authorize",
|
||||
"tokenUrl": "./oauth2/token",
|
||||
"refreshUrl": "./oauth2/token",
|
||||
"scopes": {
|
||||
"urn:mas:admin": "Grant access to the admin API"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user