nav-img
Advanced

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.

Example:

paths:
'/path':
get:
"x-apigateway-is-send-fg-body-base64": true
Table 1 Parameter description

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.

  • true: yes
  • false: no