From 96ceb9a6c7240a4de163cbc77840333423828b72 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:14:15 +0000 Subject: [PATCH 1/2] docs: clarify api-name is only for multiple APIs Co-Authored-By: kenny@buildwithfern.com --- fern/products/docs/pages/api-references/generate-api-ref.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/api-references/generate-api-ref.mdx b/fern/products/docs/pages/api-references/generate-api-ref.mdx index 10608d86d..c4dd25995 100644 --- a/fern/products/docs/pages/api-references/generate-api-ref.mdx +++ b/fern/products/docs/pages/api-references/generate-api-ref.mdx @@ -26,7 +26,7 @@ Fern will automatically populate your endpoints, types, and code snippets from y | Property | Value | | ---------------- | ------------------------------------------------------------------------------------------------------- | | `api` (required) | Title of the API Reference Section | -| `api-name` | Name of the API you're referencing, if there are [multiple APIs](#include-more-than-one-api-reference) | +| `api-name` | Name of the API you're referencing. Required when you have [multiple APIs](#include-more-than-one-api-reference), but cannot be used with a single API. | | `audiences` | List of [audiences](/docs/api-references/audiences) that determines which endpoints, schemas, and properties are displayed in your API Reference | | `availability` | Set the [availability status](/learn/docs/api-references/customize-api-reference-layout#adding-availability) for the entire API Reference or specific sections | | `display-errors` | Displays error schemas in the API References | From 2772a382ecf0d956b3b5383358874b8d4479710d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:19:02 +0000 Subject: [PATCH 2/2] style: use contraction per Vale style guide Co-Authored-By: kenny@buildwithfern.com --- fern/products/docs/pages/api-references/generate-api-ref.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/api-references/generate-api-ref.mdx b/fern/products/docs/pages/api-references/generate-api-ref.mdx index c4dd25995..de16bac3a 100644 --- a/fern/products/docs/pages/api-references/generate-api-ref.mdx +++ b/fern/products/docs/pages/api-references/generate-api-ref.mdx @@ -26,7 +26,7 @@ Fern will automatically populate your endpoints, types, and code snippets from y | Property | Value | | ---------------- | ------------------------------------------------------------------------------------------------------- | | `api` (required) | Title of the API Reference Section | -| `api-name` | Name of the API you're referencing. Required when you have [multiple APIs](#include-more-than-one-api-reference), but cannot be used with a single API. | +| `api-name` | Name of the API you're referencing. Required when you have [multiple APIs](#include-more-than-one-api-reference), but can't be used with a single API. | | `audiences` | List of [audiences](/docs/api-references/audiences) that determines which endpoints, schemas, and properties are displayed in your API Reference | | `availability` | Set the [availability status](/learn/docs/api-references/customize-api-reference-layout#adding-availability) for the entire API Reference or specific sections | | `display-errors` | Displays error schemas in the API References |