forked from docs/doc-exports
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
3.8 KiB
3.8 KiB
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)/Path Item Object (3.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