doc-exports/docs/apig/umn/apig_03_0106.html
Chen, Junjie 324aa7d3c4 APIG UMN 20240708 version
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>
2024-11-05 15:25:06 +00:00

4.2 KiB

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