diff --git a/openapi.yaml b/openapi.yaml index fb59da3..f4da7a5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12,13 +12,10 @@ externalDocs: description: Lago Github url: 'https://github.com/getlago' servers: - - url: 'https://api{region}getlago.com/api/v1' - variables: - region: - default: . - enum: - - . - - .eu. + - url: 'https://api.getlago.com/api/v1' + description: US Lago cluster + - url: 'https://api.eu.getlago.com/api/v1' + description: EU Lagos cluster security: - bearerAuth: [] tags: diff --git a/src/openapi.yaml b/src/openapi.yaml index 316bf6e..c3ad9bf 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -13,13 +13,10 @@ externalDocs: description: Lago Github url: https://github.com/getlago servers: - - url: https://api{region}getlago.com/api/v1 - variables: - region: - default: . - enum: - - . - - .eu. + - url: https://api.getlago.com/api/v1 + description: US Lago cluster + - url: https://api.eu.getlago.com/api/v1 + description: EU Lagos cluster security: - bearerAuth: [] tags: