Use absolute URLs in the OAuth 2.0 security scheme in the API spec
This commit is contained in:
@@ -2542,6 +2542,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"token": {
|
||||
"type": "http",
|
||||
"scheme": "bearer",
|
||||
"description": "An access token with access to the admin API"
|
||||
}
|
||||
},
|
||||
"schemas": {
|
||||
@@ -3725,6 +3730,11 @@
|
||||
"oauth2": [
|
||||
"urn:mas:admin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"bearer": [
|
||||
"urn:mas:admin"
|
||||
]
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user