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
After #9715 explained the difference between a "boolean flag" parameter and "boolean value" parameters, the issue was closed with the reason that the parameters of the /source/<project> endpoint are boolean and documented as such.
Unfortunately, these parameters are not declared as boolean:
Expected Result
Any boolean flag parameter (i.e. true, if present, and false otherwise) of any endpoint should be declared as such.1
Footnotes
For clients interacting with the API directly, it is very frustrating: One has to figure out this distinction by trial and error. ↩
The text was updated successfully, but these errors were encountered:
Issue Description
After #9715 explained the difference between a "boolean flag" parameter and "boolean value" parameters, the issue was closed with the reason that the parameters of the
/source/<project>
endpoint are boolean and documented as such.Unfortunately, these parameters are not declared as boolean:
Expected Result
Any boolean flag parameter (i.e.
true
, if present, andfalse
otherwise) of any endpoint should be declared as such.1Footnotes
For clients interacting with the API directly, it is very frustrating: One has to figure out this distinction by trial and error. ↩
The text was updated successfully, but these errors were encountered: