|
|
@ -71,7 +71,7 @@ output = {
|
|
|
|
# The servers value will be picked up by RapiDoc to provide a way
|
|
|
|
# The servers value will be picked up by RapiDoc to provide a way
|
|
|
|
# to switch API servers. Useful when one wants to test compliance
|
|
|
|
# to switch API servers. Useful when one wants to test compliance
|
|
|
|
# of their server with the API.
|
|
|
|
# of their server with the API.
|
|
|
|
"servers": {
|
|
|
|
"servers": [{
|
|
|
|
"url": "https://{homeserver_address}/",
|
|
|
|
"url": "https://{homeserver_address}/",
|
|
|
|
"variables": {
|
|
|
|
"variables": {
|
|
|
|
"homeserver_address": {
|
|
|
|
"homeserver_address": {
|
|
|
@ -79,7 +79,7 @@ output = {
|
|
|
|
"description": "The base URL for your homeserver",
|
|
|
|
"description": "The base URL for your homeserver",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
"schemes": ["https"],
|
|
|
|
"schemes": ["https"],
|
|
|
|
"info": {
|
|
|
|
"info": {
|
|
|
|
"title": "Matrix Client-Server API",
|
|
|
|
"title": "Matrix Client-Server API",
|
|
|
|