ignore Absent Fields
Parameters
value
(Optional) True/false. If set to true, ignore any fields present when the endpoint is read but that were not in
data_json
. Also, if a field that was written is not returned when the endpoint is read, treat that field as being up to date. You should set this totrue
when writing to endpoint that, when read, returns a different set of fields from the ones you wrote, as is common with many configuration endpoints. Defaults to false.