Skip to content
Open
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
4 changes: 2 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ info:
## Host names for the endpoints

Host names for the API
- Staging: api-staging.wirelane.com
- Staging: api.wirelane-staging.com
- Production: api.wirelane.com
contact:
name: Wirelane GmbH
Expand All @@ -72,7 +72,7 @@ info:
backgroundColor: "#151515"
altText: "Wirelane"
servers:
- url: https://api-staging.wirelane.com/apis/emc
- url: https://api.wirelane-staging.com/apis/emc
security:
- OAuth2Password:
- account_admin
Expand Down