webgme / webgme-taxonomy

A design studio for creating taxonomies which can then be used to tag various resources.
MIT License
0 stars 1 forks source link

Fix onlyReleased flag not respected at JSONSchema export route #536

Closed pmeijer closed 5 months ago

pmeijer commented 5 months ago
http://localhost:8080/routers/JSONSchema/guest%2BTheTaxonomy/branch/master/%2FP%2Fa/schema.json?onlyReleased

Note that even though onlyReleased=true works too, the above is preferred as onlyReleased=false is treated as true as well (simply omit the flag to get the negated behavior).