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
When sending the following request: /secrets?variable_ids=,,,,,,,, -> 422
but when sending the following request: /secrets?variable_ids=var1,,,,,,,,var2 -> 404.
Steps to Reproduce
authenticate
send the requests mentioned above
Expected Results
Both cases to return the same error code.
Actual Results (including error logs, if applicable)
Each one returns different error code.
Reproducible
Always
Sometimes
Non-Reproducible
The text was updated successfully, but these errors were encountered:
Summary
When sending the following request:
/secrets?variable_ids=,,,,,,,,
->422
but when sending the following request:
/secrets?variable_ids=var1,,,,,,,,var2
->404
.Steps to Reproduce
Expected Results
Both cases to return the same error code.
Actual Results (including error logs, if applicable)
Each one returns different error code.
Reproducible
The text was updated successfully, but these errors were encountered: