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>
4.7 KiB
4.7 KiB
x-apigateway-request-type
Meaning: API request type, which can be public or private.
Scope of effect: Operation Object (2.0)/Operation Object (3.0)
Example:
paths:
'/path':
get:
x-apigateway-request-type: 'public'
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
x-apigateway-request-type |
Yes |
String |
API visibility. The options include public and private.
|
Parent topic: Extended Definition