From e42100bfe183d5877ce259491a1b2f9c964dc80b Mon Sep 17 00:00:00 2001 From: MohammadHasan Akbari Date: Wed, 7 Jan 2026 15:47:34 +0330 Subject: [PATCH] chore: update api version in api docs links Signed-off-by: MohammadHasan Akbari --- content/reference/api/extensions-sdk/Docker.md | 4 ++-- content/reference/api/extensions-sdk/DockerDesktopClient.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/reference/api/extensions-sdk/Docker.md b/content/reference/api/extensions-sdk/Docker.md index 795122997b..a5f2e2d328 100644 --- a/content/reference/api/extensions-sdk/Docker.md +++ b/content/reference/api/extensions-sdk/Docker.md @@ -86,7 +86,7 @@ const containers = await ddClient.docker.listContainers(); | Name | Type | Description | | :------ | :------ | :------ | -| `options?` | `any` | (Optional). A JSON like `{ "all": true, "limit": 10, "size": true, "filters": JSON.stringify({ status: ["exited"] }), }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.48/#operation/ContainerList). | +| `options?` | `any` | (Optional). A JSON like `{ "all": true, "limit": 10, "size": true, "filters": JSON.stringify({ status: ["exited"] }), }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.52/#operation/ContainerList). | #### Returns @@ -108,7 +108,7 @@ const images = await ddClient.docker.listImages(); | Name | Type | Description | | :------ | :------ | :------ | -| `options?` | `any` | (Optional). A JSON like `{ "all": true, "filters": JSON.stringify({ dangling: ["true"] }), "digests": true * }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.48/#tag/Image). | +| `options?` | `any` | (Optional). A JSON like `{ "all": true, "filters": JSON.stringify({ dangling: ["true"] }), "digests": true * }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image). | #### Returns diff --git a/content/reference/api/extensions-sdk/DockerDesktopClient.md b/content/reference/api/extensions-sdk/DockerDesktopClient.md index 140abf5578..f276178197 100644 --- a/content/reference/api/extensions-sdk/DockerDesktopClient.md +++ b/content/reference/api/extensions-sdk/DockerDesktopClient.md @@ -96,7 +96,7 @@ const containers = await window.ddClient.listContainers(); | Name | Type | Description | | :------ | :------ | :------ | -| `options` | `never` | (Optional). A JSON like `{ "all": true, "limit": 10, "size": true, "filters": JSON.stringify({ status: ["exited"] }), }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.48/#operation/ContainerList). | +| `options` | `never` | (Optional). A JSON like `{ "all": true, "limit": 10, "size": true, "filters": JSON.stringify({ status: ["exited"] }), }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.52/#operation/ContainerList). | #### Returns @@ -128,7 +128,7 @@ const images = await window.ddClient.listImages(); | Name | Type | Description | | :------ | :------ | :------ | -| `options` | `never` | (Optional). A JSON like `{ "all": true, "filters": JSON.stringify({ dangling: ["true"] }), "digests": true }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.48/#tag/Image). | +| `options` | `never` | (Optional). A JSON like `{ "all": true, "filters": JSON.stringify({ dangling: ["true"] }), "digests": true }` For more information about the different properties see [the Docker API endpoint documentation](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image). | #### Returns