Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Show all

x-apigateway-any-method

Updated on 2023-04-06 GMT+08:00

Meaning: API request method used by default if no HTTP request method is specified.

Scope of effect: Path Item Object (2.0)

Example:

paths:
  '/path':
    get:
      produces:
        - application/json
      responses:
        "200":
          description: "get response"
    x-apigateway-any-method:
      produces:
        - application/json
      responses:
        "200":
          description: "any response"
Table 1 Parameter description

Parameter

Mandatory

Type

Description

x-apigateway-any-method

No

String

Request method.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback