Переглянути джерело

Merge pull request #45483 from thaJeztah/24.0_backport_docs_api_fix_missing_endpoint

[24.0 backport] docs/api: version-history: also mention /system/df for VirtualSize
Sebastiaan van Stijn 2 роки тому
батько
коміт
269e55a915
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      docs/api/version-history.md

+ 3 - 3
docs/api/version-history.md

@@ -23,9 +23,9 @@ keywords: "API, Docker, rcli, REST, documentation"
 * `GET /images/json` no longer includes hardcoded `<none>:<none>` and
 * `GET /images/json` no longer includes hardcoded `<none>:<none>` and
   `<none>@<none>` in `RepoTags` and`RepoDigests` for untagged images.
   `<none>@<none>` in `RepoTags` and`RepoDigests` for untagged images.
   In such cases, empty arrays will be produced instead.
   In such cases, empty arrays will be produced instead.
-* The `VirtualSize` field in the `GET /images/{name}/json` and `GET /images//json`
-  responses is deprecated and will no longer be included in API v1.44. Use the
-  `Size` field instead, which contains the same information.
+* The `VirtualSize` field in the `GET /images/{name}/json`, `GET /images/json`,
+  and `GET /system/df` responses is deprecated and will no longer be included
+  in API v1.44. Use the `Size` field instead, which contains the same information.
 * `GET /info` now includes `no-new-privileges` in the `SecurityOptions` string
 * `GET /info` now includes `no-new-privileges` in the `SecurityOptions` string
   list when this option is enabled globally. This change is not versioned, and
   list when this option is enabled globally. This change is not versioned, and
   affects all API versions if the daemon has this patch.
   affects all API versions if the daemon has this patch.