Skip to content

Commit

Permalink
Docs: Add STANDARD_WITH_GRAPHQL option for json_parsing to google_com…
Browse files Browse the repository at this point in the history
…pute_security_policy documentation (#10701)
  • Loading branch information
daanheikens authored May 21, 2024
1 parent 45be142 commit e374eea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ The following arguments are supported:
* `json_parsing` - Whether or not to JSON parse the payload body. Defaults to `DISABLED`.
* `DISABLED` - Don't parse JSON payloads in POST bodies.
* `STANDARD` - Parse JSON payloads in POST bodies.
* `STANDARD_WITH_GRAPHQL` - Parse JSON and GraphQL payloads in POST bodies.

* `json_custom_config` - Custom configuration to apply the JSON parsing. Only applicable when
`json_parsing` is set to `STANDARD`. Structure is [documented below](#nested_json_custom_config).
Expand Down

0 comments on commit e374eea

Please sign in to comment.