-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
help wantedIndicates an issue that needs help from a contributor.Indicates an issue that needs help from a contributor.kind/enhancementkind/missing-implementation
Description
Hi,
Unfortunately path templates are not supported in this library; For example, if a PUT
request is made for a Flask view which has a pattern of, say, /users/<user_id>
and I have a /users/{user_id}
path defined in my OpenAPI 3 schema, then it doesn't match the path because of the difference between "lesser-than/greater-than" bracers from Flask and the curly bracers from OpenAPI 3.
Please let me know if you need help with implementing this fix, in which case I can send a pull request.
Thanks,
Diogo
Metadata
Metadata
Assignees
Labels
help wantedIndicates an issue that needs help from a contributor.Indicates an issue that needs help from a contributor.kind/enhancementkind/missing-implementation