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-collapsible

Use x-zudoku-collapsible to control whether a tag category can be collapsed or expanded by users in the API navigation sidebar.

Location

The extension is added at the Tag Object level.

OptionTypeDescription
x-zudoku-collapsiblebooleanWhether the tag can be collapsed. Defaults to true (collapsible).

When set to false, the tag section remains permanently expanded and users cannot toggle it.

Example

Code
tags: - name: Core API x-zudoku-collapsible: false x-zudoku-collapsed: false - name: Utilities x-zudoku-collapsible: true

In this example, Core API is always expanded and cannot be collapsed. Utilities can be toggled by users.

Related

  • x-zudoku-collapsed — control the initial collapsed state
Edit this page
Last modified on May 29, 2026
x-zudoku-collapsedx-zudoku-playground-enabled
On this page
  • Location
  • Example
  • Related
YAML