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

How to handle {} #16

Open
thim81 opened this issue Dec 18, 2020 · 1 comment
Open

How to handle {} #16

thim81 opened this issue Dec 18, 2020 · 1 comment

Comments

@thim81
Copy link

thim81 commented Dec 18, 2020

In the OpenAPI spec we use

'/lists/v2/audiences/{audienceId}':
   GET: ....

This results in the examples

curl --request GET \
  --url https://example.com/lists/v2/audiences/%7BaudienceId%7D \
  --header 'X-ApiKey: REPLACE_KEY_VALUE'

The {} get transformed in the %7B %7D while we would expect https://example.com/lists/v2/audiences/{audienceId}

Am I doing something wrong or have I missed a configuration parameter?

@mcmoodoo
Copy link

mcmoodoo commented Nov 8, 2022

same thing here. So far just scanning the whole file afterwards with sed

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

2 participants