Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
"servers": [
{
"url": "https://app.getoutline.com/api",
"description": "Production"
"description": "Cloud hosted"
},
{
"url": "https://{domain}/api",
"description": "Self-hosted on your own server",
"variables": {
"domain": {
"default": "example.com"
}
}
}
],
"security": [
Expand Down Expand Up @@ -7260,4 +7269,4 @@
}
}
}
}
}
7 changes: 6 additions & 1 deletion spec3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@ info:
email: hello@getoutline.com
servers:
- url: https://app.getoutline.com/api
description: Production
description: Cloud hosted
- url: https://{domain}/api
description: Self-hosted on your own server
variables:
domain:
default: example.com
security:
- BearerAuth: []
- OAuth2:
Expand Down