Select/Disable all params

Improvement

By default all params enabled and sent to server. If amount of params is larger than 100 it’s hard to disable them all one-by-one.
Linux


By default all params enabled and sent to server. If amount of params is larger than 100 it’s hard to disable them all one-by-one.
Sign in to leave a comment.
A select/disable-all control was explored in PR #248, but no design for it earned permanent space above every pair table. The root cause here is that imports enable every parameter by default. The new native OpenAPI importer (in progress) will leave optional parameters disabled on import, which removes the need to mass-disable them afterward.
https://github.com/mountain-loop/yaak/pull/248
same with headers