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-playground-enabled

Use x-zudoku-playground-enabled to show or hide the interactive API playground for a specific operation. By default, the playground is shown for all operations unless globally disabled via the disablePlayground option.

Location

The extension is added at the Operation Object level.

OptionTypeDescription
x-zudoku-playground-enabledbooleanShow (true) or hide (false) the playground.
x-explorer-enabledbooleanAlias for x-zudoku-playground-enabled.

Both extensions are checked — if either is explicitly set, that value is used. If neither is set, the playground visibility falls back to the global disablePlayground configuration.

Example

Code
paths: /users: get: summary: List users x-zudoku-playground-enabled: true responses: "200": description: Successful response /webhooks/trigger: post: summary: Trigger webhook x-zudoku-playground-enabled: false responses: "200": description: Accepted

In this example, List users shows the playground while Trigger webhook hides it regardless of the global setting.

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