it's difficult to find API documentation for specific release #12796
Labels
documentation
Issue or fix is in project documentation
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
See #12777 in which it is very difficult to determine the API for the version of podman I am using.
The API links in documentation point to https://docs.podman.io/en/latest/_static/api.html and there's no way to change version as one can ordinarily do on https://docs.podman.io/en/latest/ where there's a dropdown in the lower-right of the page.
You can manually munge the the URL for api.html in an effort to locate the documentation for previous versions, but that's not always effective or accurate. (To wit, I can access much older documentation that shows the request syntax that I was given to resolve #12777, but it's not clear how to see the full API that matches my exact version:
APIVersion: 3.3.1
Steps to reproduce the issue:
Describe the results you received:
I get the latest API documentation, which is not accurate for the version I am using.
Describe the results you expected:
I would like to see the complete API for the version I am using with confidence that the request parameters and bodies are correct.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:See #12777 for
podman version
andpodman info --debug
for this issue.Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: