x-apigateway-is-send-fg-body-base64¶
Meaning: Whether to perform Base64 encoding on the request body used for interaction with FunctionGraph. The value is of the Boolean type.
Scope of effect: Operation Object (2.0)/Operation Object (3.0)
Example:
paths:
'/path':
get:
"x-apigateway-is-send-fg-body-base64": true
Parameter | Mandatory | Type | Description |
---|---|---|---|
x-apigateway-is-send-fg-body-base64 | No | boolean | Specifies whether to perform Base64 encoding on the request body for interaction with FunctionGraph.
|