-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 /networks/{id} missing query parameters #10061
Comments
A friendly reminder that this issue had no activity for 30 days. |
This would seem to be a good first issue, we would need volunteers for this. Or we can have interns look into it. |
This looks like something I can do. I've tried to look into the background of the issue, is this adding query parameters to filter networks? |
@jamesdube The query parameters do filter the networks returned. Research is needed on:
See https://docs.docker.com/engine/api/v1.41/#operation/NetworkInspect for details. I look forward to your PR. |
I get it now thanks, let me have a look |
For compatibility, the following query parameters should be implemented:
Any value for scope other than
local
should return a 400 error.See #9126
The text was updated successfully, but these errors were encountered: