Updated on 2024-04-19 GMT+08:00

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
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