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..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, 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 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 |