Skip to content

How to handle {} #16

Open
Open
@thim81

Description

@thim81

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions