From 8191bdc978d4ee72412d22e1b63ba5a05c7f9899 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:14:31 +0000 Subject: [PATCH 1/3] Fern Editor: Update --- fern/products/api-def/openapi/servers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/api-def/openapi/servers.mdx b/fern/products/api-def/openapi/servers.mdx index 2d8167604..5ca278c23 100644 --- a/fern/products/api-def/openapi/servers.mdx +++ b/fern/products/api-def/openapi/servers.mdx @@ -23,7 +23,7 @@ Specifying servers is valuable for both SDKs and Docs: If you have more than one server, we recommend specifying an `x-fern-server-name` to name the server. -```yml openapi.yml {3,5} +```yml openapi.yml {2,4} servers: - x-fern-server-name: Production url: https://api.yourcompany.com/ From d7bab3807457749a74fb55a8ccb191f1c2f42cd4 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:25:57 +0000 Subject: [PATCH 2/3] Fern Editor: Update --- fern/products/api-def/openapi/servers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/api-def/openapi/servers.mdx b/fern/products/api-def/openapi/servers.mdx index 5ca278c23..839b327b8 100644 --- a/fern/products/api-def/openapi/servers.mdx +++ b/fern/products/api-def/openapi/servers.mdx @@ -66,7 +66,7 @@ paths: If you have multiple environments like development or staging, you can model those in your `generators.yml` as well. -```yml generators.yml {7-12} +```yml generators.yml {8-13} api: default-environment: Production default-url: api From e727b57ef1ec3133de653c99cbe2d323f57fdbfe Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:38:01 +0000 Subject: [PATCH 3/3] Fern Editor: Update --- fern/products/api-def/openapi/servers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/api-def/openapi/servers.mdx b/fern/products/api-def/openapi/servers.mdx index 839b327b8..d5fc8e1b0 100644 --- a/fern/products/api-def/openapi/servers.mdx +++ b/fern/products/api-def/openapi/servers.mdx @@ -40,7 +40,7 @@ of your endpoints might be hosted at `api.yourcompany.com`. To specify this, you will need to add configuration to both your `generators.yml` and OpenAPI spec. The snippet directly below shows how to configure an environment with multiple urls in your `generators.yml`. -```yml generators.yml {3-8} +```yml generators.yml {6-7} api: default-environment: Production default-url: api