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

Use x-displayName to override the display label for a tag in the API navigation and documentation. By default, Dev Portal uses the tag's name field. This extension lets you set a different human-friendly label without changing the tag name used for grouping operations.

Location

The extension is added at the Tag Object level.

OptionTypeDescription
x-displayNamestringCustom display name shown in the sidebar and headings.

Example

Code
tags: - name: ai-ops description: AI-powered operations x-displayName: AI Operations - name: user-mgmt description: User management endpoints x-displayName: User Management

Without x-displayName, the sidebar would show ai-ops and user-mgmt. With it, the sidebar displays AI Operations and User Management instead.

Edit this page
Last modified on May 29, 2026
x-tagGroupsx-zudoku-collapsed
On this page
  • Location
  • Example
YAML