🐛 Fix OpenAPI definition generation (#3418)
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org> Co-authored-by: Alexandre Franke <alexandre.franke@matrix.org>
This commit is contained in:
parent
6226a47543
commit
26c0c88882
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ output = {
|
|||
# The servers value will be picked up by RapiDoc to provide a way
|
||||
# to switch API servers. Useful when one wants to test compliance
|
||||
# of their server with the API.
|
||||
"servers": {
|
||||
"servers": [{
|
||||
"url": "https://{homeserver_address}/",
|
||||
"variables": {
|
||||
"homeserver_address": {
|
||||
|
@ -79,7 +79,7 @@ output = {
|
|||
"description": "The base URL for your homeserver",
|
||||
}
|
||||
}
|
||||
},
|
||||
}],
|
||||
"schemes": ["https"],
|
||||
"info": {
|
||||
"title": "Matrix Client-Server API",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue