We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #219 already describes a scenario for collections, but I did not find one for environments.
If the environment name contains /, the import fails with a non-descriptive error.
/
Here's an example payload causing a silent failure
{ "id": "099ecab4-b9ee-4290-b33a-50357f4eae0a", "name": "Some / Environment / Name", "values": [ { "key": "my-key", "value": "", "enabled": true } ], "_postman_variable_scope": "environment", "_postman_exported_at": "2024-04-29T00:00:00.000Z", "_postman_exported_using": "Postman/10.24.24" }
I believe it either should allow / in collection names or the error should provide clear guidelines on validation error.
No response
The text was updated successfully, but these errors were encountered:
bugfix: handling invalid import environment names (usebruno#2197)
bbb03d0
Successfully merging a pull request may close this issue.
I have checked the following:
Describe the bug
Issue #219 already describes a scenario for collections, but I did not find one for environments.
If the environment name contains
/
, the import fails with a non-descriptive error.Here's an example payload causing a silent failure
I believe it either should allow
/
in collection names or the error should provide clear guidelines on validation error..bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: