From fdd29d908574be5604ccf5dcd5a2d6b5f70cc6ad Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 18 Feb 2017 09:53:51 -0800 Subject: [PATCH] Merge pull request #30898 from allencloud/add-link-query-in-container-rm-api-doc add link query in container rm api doc (cherry picked from commit b89aff1afa1f61993ab2ba18fd62d9375a195f5d) Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 5 +++++ docs/api/v1.18.md | 2 ++ docs/api/v1.19.md | 2 ++ docs/api/v1.20.md | 2 ++ docs/api/v1.21.md | 2 ++ docs/api/v1.22.md | 2 ++ docs/api/v1.23.md | 2 ++ docs/api/v1.24.md | 2 ++ 8 files changed, 19 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 761551ddd8..9a60664003 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -4043,6 +4043,11 @@ paths: description: "If the container is running, kill it before removing it." type: "boolean" default: false + - name: "link" + in: "query" + description: "Remove the specified link associated with the container." + type: "boolean" + default: false tags: ["Container"] /containers/{id}/archive: head: diff --git a/docs/api/v1.18.md b/docs/api/v1.18.md index 1a4d822189..d7aab29e02 100644 --- a/docs/api/v1.18.md +++ b/docs/api/v1.18.md @@ -1056,6 +1056,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: diff --git a/docs/api/v1.19.md b/docs/api/v1.19.md index a1a7280d3a..c5d6290fc3 100644 --- a/docs/api/v1.19.md +++ b/docs/api/v1.19.md @@ -1095,6 +1095,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: diff --git a/docs/api/v1.20.md b/docs/api/v1.20.md index 2532c49950..80868cc20a 100644 --- a/docs/api/v1.20.md +++ b/docs/api/v1.20.md @@ -1102,6 +1102,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: diff --git a/docs/api/v1.21.md b/docs/api/v1.21.md index b4f54b7c44..f21c722eb1 100644 --- a/docs/api/v1.21.md +++ b/docs/api/v1.21.md @@ -1185,6 +1185,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: diff --git a/docs/api/v1.22.md b/docs/api/v1.22.md index f3c111f264..6b3d6eceb6 100644 --- a/docs/api/v1.22.md +++ b/docs/api/v1.22.md @@ -1364,6 +1364,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: diff --git a/docs/api/v1.23.md b/docs/api/v1.23.md index f70bbd5313..aaf42045e8 100644 --- a/docs/api/v1.23.md +++ b/docs/api/v1.23.md @@ -1399,6 +1399,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: diff --git a/docs/api/v1.24.md b/docs/api/v1.24.md index 44ebc25cd5..197bee2685 100644 --- a/docs/api/v1.24.md +++ b/docs/api/v1.24.md @@ -1426,6 +1426,8 @@ Remove the container `id` from the filesystem associated to the container. Default `false`. - **force** - 1/True/true or 0/False/false, Kill then remove the container. Default `false`. +- **link** - 1/True/true or 0/False/false, Remove the specified + link associated to the container. Default `false`. **Status codes**: