From a78788d7ec3b99049c131cabc1d4f29ecd954d0a Mon Sep 17 00:00:00 2001 From: AndyEB Date: Tue, 19 Mar 2024 11:19:30 +0100 Subject: [PATCH] Replace staging URL --- openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yml b/openapi.yml index 1c7388c..76acdad 100644 --- a/openapi.yml +++ b/openapi.yml @@ -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 @@ -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