Update openapi.yaml
This commit is contained in:
parent
fe6d9acf0c
commit
c4d0e67007
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@ info:
|
||||||
generate JWT tokens for agents, and manage media files within namespaces.
|
generate JWT tokens for agents, and manage media files within namespaces.
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
|
- url: https://upload.unturf.com
|
||||||
|
description: Production server
|
||||||
- url: http://127.0.0.1:{port}
|
- url: http://127.0.0.1:{port}
|
||||||
description: Local development server
|
description: Local development server
|
||||||
variables:
|
variables:
|
||||||
port:
|
port:
|
||||||
default: '6544'
|
default: '6544'
|
||||||
- url: https://files.example.com
|
|
||||||
description: Production server
|
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
/:
|
/:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue