-
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
swagger type mismatch for the /libpod/images/{name:.*}/tree endpoint #9578
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Mar 2, 2021
A friendly reminder that this issue had no activity for 30 days. |
@TristanCacqueray Could you open a PR to fix this? |
Should the documentation be changed to "string" or should the response be adapted to match the existing documentation? |
A friendly reminder that this issue had no activity for 30 days. |
Let's just fix the documentation |
jwhonce
added a commit
to jwhonce/podman
that referenced
this issue
May 21, 2021
* Remove all Types no longer referenced, they were never used A future API breaking version of Podman API, may restore these Types and push formatting into presentation layer vs. server. Fixes containers#9578 Signed-off-by: Jhon Honce <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The documentation https://docs.podman.io/en/latest/_static/api.html#operation/libpodImageTree indicates the /libpod/images/{name:.*}/tree endpoint should return a LibpodImageTreeResponse object, but the actual response is different.
Steps to reproduce the issue:
/libpod/images/fedora/tree
endpointDescribe the results you received:
The endpoint returns:
Describe the results you expected:
The endpoint should have returned the documented LibpodImageTreeResponse object, e.g:
The text was updated successfully, but these errors were encountered: