File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
fern/products/api-def/openapi-pages/extensions Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments