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

/api/plugins POST endpoint is not documented in Swagger #182

Open
ktaletsk opened this issue Dec 7, 2021 · 1 comment
Open

/api/plugins POST endpoint is not documented in Swagger #182

ktaletsk opened this issue Dec 7, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ktaletsk
Copy link
Collaborator

ktaletsk commented Dec 7, 2021

Summary

The POST endpoint /api/plugins exists and is working on the WIPP-backend API server, but is not documented in Swagger as far as I can see.

@ktaletsk ktaletsk added the bug Something isn't working label Dec 7, 2021
@MyleneSimon
Copy link
Collaborator

This may be due to

// workaround to avoid duplicate entries for plugins
.paths(PathSelectors.regex("/api/plugins").negate())
which was added because there were some duplicates in the generated API spec for the plugin endpoints. I will try to fix while I am working on #175

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

No branches or pull requests

2 participants