ZuploZuplo
LoginSign Up
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop using the Portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingMCP - Quick start
    Develop Locally
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth
Concepts
Development
Policies
Handlers
API Keys
MCP Server
MCP Gateway
AI Gateway
Developer Portal
    IntroductionLocal DevelopmentUpdating VersionsNode Modules & Customization
    Configuration
    Writing
    OpenAPI
      API ReferenceAPI Catalog
      Supported Extensions
        x-mcpx-mcp-serverx-code-samplesx-tagGroupsx-displayNamex-zudoku-collapsedx-zudoku-collapsiblex-zudoku-playground-enabled
    Authentication
    Integrations
    Guides
    Extending
    Components
Monetization
Deploying & Source Control
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
Supported Extensions

x-zudoku-collapsed

Use x-zudoku-collapsed to control whether a tag category starts expanded or collapsed in the API navigation sidebar.

Location

The extension is added at the Tag Object level.

OptionTypeDescription
x-zudoku-collapsedbooleanWhether the tag starts collapsed. Defaults to true (collapsed).

When not set, the collapsed state falls back to the inverse of the expandAllTags option in the API configuration.

Example

Code
tags: - name: Getting Started x-zudoku-collapsed: false - name: Advanced x-zudoku-collapsed: true

In this example, Getting Started is expanded by default while Advanced starts collapsed.

Related

  • x-zudoku-collapsible — control whether a tag section can be collapsed at all
Edit this page
Last modified on May 29, 2026
x-displayNamex-zudoku-collapsible
On this page
  • Location
  • Example
  • Related
YAML