Skip to content

Commit 4dca88a

Browse files
committed
add auth headers to extension overview table
1 parent eb48f8f commit 4dca88a

File tree

1 file changed

+3
-0
lines changed
  • fern/products/api-def/openapi-pages/extensions

1 file changed

+3
-0
lines changed

fern/products/api-def/openapi-pages/extensions/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ The table below shows all available extensions and links to detailed documentati
1414
| --- | --- |
1515
| [`x-fern-version`](./api-version) | Configure API version schemes and headers |
1616
| [`x-fern-audiences`](./audiences) | Filter endpoints, schemas, and properties by audience |
17+
| [`x-fern-basic`](/api-definitions/openapi/authentication#basic-security-scheme) | Customize basic authentication parameter names and environment variables |
18+
| [`x-fern-bearer`](/api-definitions/openapi/authentication#bearer-security-scheme) | Customize bearer authentication parameter names and environment variables |
1719
| [`x-fern-availability`](./availability) | Mark availability status (beta, generally-available, deprecated) |
1820
| [`x-fern-base-path`](./base-path) | Set base path prepended to all endpoints |
1921
| [`x-fern-enum`](./enum-descriptions-and-names) | Add descriptions and custom names to enum values |
2022
| [`x-fern-examples`](./request-response-examples) | Associate request and response examples |
2123
| [`x-fern-global-headers`](./global-headers) | Configure headers used across all endpoints |
24+
| [`x-fern-header`](/api-definitions/openapi/authentication#apikey-security-scheme) | Customize API key header authentication parameter names and environment variables |
2225
| [`x-fern-ignore`](./ignoring-elements) | Skip reading specific endpoints or schemas |
2326
| [`x-fern-sdk-method-name`](./method-names) | Customize SDK method names |
2427
| [`x-fern-sdk-group-name`](./method-names) | Organize methods into SDK groups |

0 commit comments

Comments
 (0)