Is it possible to make query string parameters optional in the API Connector (or API tab of the plugin editor)?
There’s no checkbox to explicitly mark them as optional like there is for headers and body parameters; and if no value is provided, Bubble just sends a valueless parameter, which in the case of this API has specific meaning that is different from not including the parameter at all.
I’ve been tinkering, but I can’t find a way around this. Has anyone had success doing this?