Enabled custom domain to use with the swagger API

merge-requests/622/head
Eliot Berriot 2019-01-29 17:33:44 +01:00
rodzic a39c0a671d
commit c73ce96f4d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 11 dodań i 4 usunięć

Wyświetl plik

@ -7,10 +7,17 @@ info:
servers:
- url: https://demo.funkwhale.audio/api/v1
description: Demo server
- url: https://open.audio/api/v1
description: Open Audio
- url: https://node1.funkwhale.test/api/v1
description: Node 1 (local)
- url: https://{domain}/api/v1
description: Custom server
variables:
domain:
default: yourdomain
description: Your Funkwhale Domain
protocol:
enum:
- 'http'
- 'https'
default: 'https'
components:
securitySchemes: