Skip to content
New issue

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

Two env values inside quotes doesn't work #319

Open
cyaconi opened this issue Mar 20, 2024 · 0 comments
Open

Two env values inside quotes doesn't work #319

cyaconi opened this issue Mar 20, 2024 · 0 comments

Comments

@cyaconi
Copy link

cyaconi commented Mar 20, 2024

With this http:

POST {{host}}/api/v1/session
Content-Type: application/json

{
  "user_ids":"{{USERKEY}}:{{ACCOUNTKEY}}"
}

I'm receiving the following error:

[rest.nvim] WARN: The variable 'USERKEY:ACCOUNTKEY' was not found in the document or in the environment. Returning the string as received ...

What would be the proper way to do it? It worked well in v1, btw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant