Site Settings: API Inclusion
Control which REST APIs and GraphQL APIs are included in your published site. Toggle individual APIs on or off to publish only relevant API documentation.
The REST API and GraphQL tabs control which API definitions are included in the published site. By default, all APIs found in the workspace are included. Use these tabs to exclude specific APIs from the published output.
REST API Tab
The REST API tab lists all REST API definitions found in the workspace. Each API has a toggle to include or exclude it from the published site.
GraphQL Tab
The GraphQL tab works identically to the REST API tab, listing all GraphQL API definitions found in the workspace with per-API include/exclude toggles.
Filtering Behaviour
Schema Handling
Schemas are treated as shared dependencies. When at least one REST API is included, all schemas are also included in the published output because schemas may be referenced by multiple APIs. To exclude all schema documentation, exclude all REST APIs.