[BUG] Terminal settings types: null
should be allowed as value for various fields
#1351
Labels
null
should be allowed as value for various fields
#1351
*for settings at any level that can inherit from a level above
Describe the bug
The only way to clear a terminal-level terminal setting via API so that it inherits from the store-level setting is to provide
null
as a value.This is my current workaround, and it works fine, but would be great to fixup the types to allow
null
where it can be passed to clear a setting at a terminal-level, making it inherit the store-level setting.The text was updated successfully, but these errors were encountered: