From 1596996ab055377d35c1ea8245d6952c403abd1e Mon Sep 17 00:00:00 2001 From: MohammadHasan Akbari Date: Tue, 6 Jan 2026 14:37:06 +0330 Subject: [PATCH 1/2] fix: update 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 3a21f8ddeaf2..795122997b14 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/engine/api/v1.41/#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.48/#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/engine/api/v1.41/#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.48/#tag/Image). | #### Returns diff --git a/content/reference/api/extensions-sdk/DockerDesktopClient.md b/content/reference/api/extensions-sdk/DockerDesktopClient.md index e4b7a685d22e..140abf557842 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/engine/api/v1.41/#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.48/#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/engine/api/v1.41/#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.48/#tag/Image). | #### Returns From e42100bfe183d5877ce259491a1b2f9c964dc80b Mon Sep 17 00:00:00 2001 From: MohammadHasan Akbari Date: Wed, 7 Jan 2026 15:47:34 +0330 Subject: [PATCH 2/2] 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 795122997b14..a5f2e2d32847 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 140abf557842..f27617819792 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