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: API Design File Extension Definitions