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
Create two missions A and B in OTS dashboard. Set a password on mission A.
Make a GET request to https://example.com:8443/Marti/api/missions?passwordProtected=true
Make a GET request to https://example.com:8443/Marti/api/missions?passwordProtected=false
Make a GET request to https://example.com:8443/Marti/api/missions
Expected
I expect the first request to return mission A, the second request to return mission B, and the third to either throw an error like "required parameter missing", or alternatively return just mission B.
Happened
The first requests returns missions A and B, the second one too.
Steps to reproduce
https://example.com:8443/Marti/api/missions?passwordProtected=true
https://example.com:8443/Marti/api/missions?passwordProtected=false
https://example.com:8443/Marti/api/missions
Expected
I expect the first request to return mission A, the second request to return mission B, and the third to either throw an error like "required parameter missing", or alternatively return just mission B.
Happened
The first requests returns missions A and B, the second one too.
The third request returns no missions:
The text was updated successfully, but these errors were encountered: