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

story(rest): unable to register endpoint with wildcard segment #293

Closed
1 task
Zaba505 opened this issue Sep 29, 2024 · 0 comments · Fixed by #294
Closed
1 task

story(rest): unable to register endpoint with wildcard segment #293

Zaba505 opened this issue Sep 29, 2024 · 0 comments · Fixed by #294
Assignees
Labels
bug Something isn't working

Comments

@Zaba505
Copy link
Member

Zaba505 commented Sep 29, 2024

Description

As a maintainer, I want to update rest.Endpoint to remove the ... wildcard in path parameters before calling openapi3.Spec.AddOperation because the ... wildcard is a specific detail to http.ServeMux and not recognized by OpenAPI.

Acceptance Criteria

  • Remove ... from path parameters before calling openapi3.Spec.AddOperation

Related Issues

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant