You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. can a client PATCH an Endpoint or a Network Flow to remove their "label" or other optional properties (e.g. Endpoint "max_bandwidth")?
This hasn't come up in e.g. IS-05 because there are no optional "transport_params", they just may support null.
We could support patching null to remove an optional property, because optional properties that also allow null are unlikely. This would also actually be more in line with RFC 7386 JSON Merge Patch.
The text was updated successfully, but these errors were encountered:
Related to #46...
E.g. can a client PATCH an Endpoint or a Network Flow to remove their
"label"
or other optional properties (e.g. Endpoint"max_bandwidth"
)?This hasn't come up in e.g. IS-05 because there are no optional
"transport_params"
, they just may supportnull
.We could support patching
null
to remove an optional property, because optional properties that also allownull
are unlikely. This would also actually be more in line with RFC 7386 JSON Merge Patch.The text was updated successfully, but these errors were encountered: