Skip to content

Commit

Permalink
Fixed documentation for send_empty_value
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Oct 7, 2024
1 parent b8be569 commit 2225b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/develop/field-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ default_from_api: true

### `send_empty_value`
If true, the provider sends "empty" values (such as zero, false, or empty
strings) to the API if set explicitly in the user's configuration. If false,
strings) to the API; this will happen if the field is unset or if it is
explicitly set to an "empty" value by the user. If false,
"empty" values cause the field to be omitted entirely from the API request.
This attribute is useful for fields where the API would behave differently
for an "empty" value vs no value for a particular field - for example,
Expand Down

0 comments on commit 2225b80

Please sign in to comment.