Skip to content

Commit

Permalink
allow for unset default_sni from addres map
Browse files Browse the repository at this point in the history
When PATCHING an address map, the api supports either unset the default
SNI via `{"default_sni": null}`, or set it to same value via `{"default_sni": ""}`,
or don't touch it a all via `{}`.

This commit introuduced a helper type `JSONNullable` to support the use
case.
  • Loading branch information
hunts committed Mar 14, 2023
1 parent 548f91d commit a1f9af6
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a1f9af6

Please sign in to comment.