Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex API Gateway
  • Getting started
    • Resource relationships
    • Networking
      • Overview
      • Greedy parameters
      • Generic HTTP method
      • Authorization using a Cloud Functions function
      • Authorization using a JWT
      • WebSocket protocol support
      • Data validation
      • CORS
      • Specification parameterization
      • Canary release
      • Request rate limit
      • Response code replacement
      • Transformation of response and request bodies
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Supported parameters
  • Extension specification
  • Use cases
  1. Concepts
  2. Specification extensions
  3. Generic HTTP method

x-yc-apigateway-any-method extension

Written by
Yandex Cloud
Updated at April 18, 2025
  • Supported parameters
  • Extension specification
  • Use cases

The x-yc-apigateway-any-method extension defines operations performed by any HTTP method that is not defined in the specification.

Supported parametersSupported parameters

The table below lists the parameters specific to API gateways of Yandex API Gateway. You can find the description of other parameters in the OpenAPI 3.0 specification.

Parameter Type Description
x-yc-apigateway-integration x-yc-apigateway-integration The entry point for integrating the API gateway with other services.

Extension specificationExtension specification

Specification example:

/example/{ID}:
    x-yc-apigateway-any-method:
      summary: Operating with examples
      operationId: example
      tags:
        - example
      parameters:
        - name: ID
          in: path
          description: Return ID
          required: true
          schema:
            type: string
      x-yc-apigateway-integration:
        type: cloud_functions
        function_id: b095c95icnvb********
        tag: "$latest"
        service_account_id: ajehfe56hhl********

Use casesUse cases

  • Running a containerized app in Yandex Serverless Containers

Was the article helpful?

Previous
Greedy parameters
Next
Authorization using a Cloud Functions function
© 2025 Direct Cursus Technology L.L.C.