Help Center/ API Gateway/ Developer Guide/ Importing and Exporting APIs/ Extended Definition/ x-apigateway-any-method
Updated on 2023-04-06 GMT+08:00
x-apigateway-any-method
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" | Parameter | Mandatory | Type | Description |
|---|---|---|---|
| x-apigateway-any-method | No | String | Request method. |
Parent topic: Extended Definition
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.