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

Actions with colons in the URL path experience a parse issue #15

Open
morganebridges opened this issue Mar 17, 2023 · 0 comments
Open

Comments

@morganebridges
Copy link

morganebridges commented Mar 17, 2023

Example:

/audience_experts:query:
    post:
      operationId: audience_experts:query_create
      description: Query audience_experts across projects
      parameters:
      - in: query
        name: format
        schema:
          type: string
          enum:
          - csv
          - json
 
We don't have any problem generating and using the openapi schema in other contexts. I don't think there is anything explicitly dis-allowing usage of colons in the path, and some projects I work on use them to denote a non/restful "action" at a particular resource root.

What do you think?
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