Skip to content
Snippets Groups Projects
Verified Commit c73ce96f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Enabled custom domain to use with the swagger API

parent a39c0a67
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment