apiclient-pydantic-generator icon indicating copy to clipboard operation
apiclient-pydantic-generator copied to clipboard

Actions with colons in the URL path experience a parse issue

Open morganebridges opened this issue 2 years ago • 0 comments

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?

morganebridges avatar Mar 17 '23 13:03 morganebridges