### Description The `ping` endpoint docs suggest the api version response header is: `API-Version` It is in fact canonical: ``` curl --unix-socket /var/run/docker.sock -i http://localhost/_ping HTTP/1.1 200 OK Api-Version: 1.44 ``` `Api-Version` is the correct canonical format that headers should use and the docs could be updated to reflect this. https://docs.docker.com/reference/api/engine/version/v1.44/#tag/System/operation/SystemVersion ### Reproduce Check the docs ### Expected behavior _No response_ ### docker version ```bash 1.44 ``` ### docker info ```bash N/a ``` ### Additional Info _No response_
Description
The
pingendpoint docs suggest the api version response header is:API-VersionIt is in fact canonical:
Api-Versionis the correct canonical format that headers should use and the docs could be updated to reflect this.https://docs.docker.com/reference/api/engine/version/v1.44/#tag/System/operation/SystemVersion
Reproduce
Check the docs
Expected behavior
No response
docker version
docker info
Additional Info
No response