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
Branches
Tags
No related merge requests found
...@@ -7,10 +7,17 @@ info: ...@@ -7,10 +7,17 @@ info:
servers: servers:
- url: https://demo.funkwhale.audio/api/v1 - url: https://demo.funkwhale.audio/api/v1
description: Demo server description: Demo server
- url: https://open.audio/api/v1 - url: https://{domain}/api/v1
description: Open Audio description: Custom server
- url: https://node1.funkwhale.test/api/v1 variables:
description: Node 1 (local) domain:
default: yourdomain
description: Your Funkwhale Domain
protocol:
enum:
- 'http'
- 'https'
default: 'https'
components: components:
securitySchemes: securitySchemes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment