Browse code

add link query in container rm api doc

Signed-off-by: allencloud <allen.sun@daocloud.io>

allencloud authored on 2017/02/10 13:56:40
Showing 8 changed files
... ...
@@ -4082,6 +4082,11 @@ paths:
4082 4082
           description: "If the container is running, kill it before removing it."
4083 4083
           type: "boolean"
4084 4084
           default: false
4085
+        - name: "link"
4086
+          in: "query"
4087
+          description: "Remove the specified link associated with the container."
4088
+          type: "boolean"
4089
+          default: false
4085 4090
       tags: ["Container"]
4086 4091
   /containers/{id}/archive:
4087 4092
     head:
... ...
@@ -1056,6 +1056,8 @@ Remove the container `id` from the filesystem
1056 1056
         associated to the container. Default `false`.
1057 1057
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1058 1058
         Default `false`.
1059
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1060
+        link associated to the container. Default `false`.
1059 1061
 
1060 1062
 **Status codes**:
1061 1063
 
... ...
@@ -1095,6 +1095,8 @@ Remove the container `id` from the filesystem
1095 1095
         associated to the container. Default `false`.
1096 1096
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1097 1097
         Default `false`.
1098
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1099
+        link associated to the container. Default `false`.
1098 1100
 
1099 1101
 **Status codes**:
1100 1102
 
... ...
@@ -1102,6 +1102,8 @@ Remove the container `id` from the filesystem
1102 1102
         associated to the container. Default `false`.
1103 1103
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1104 1104
         Default `false`.
1105
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1106
+        link associated to the container. Default `false`.
1105 1107
 
1106 1108
 **Status codes**:
1107 1109
 
... ...
@@ -1185,6 +1185,8 @@ Remove the container `id` from the filesystem
1185 1185
         associated to the container. Default `false`.
1186 1186
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1187 1187
         Default `false`.
1188
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1189
+        link associated to the container. Default `false`.
1188 1190
 
1189 1191
 **Status codes**:
1190 1192
 
... ...
@@ -1364,6 +1364,8 @@ Remove the container `id` from the filesystem
1364 1364
         associated to the container. Default `false`.
1365 1365
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1366 1366
         Default `false`.
1367
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1368
+        link associated to the container. Default `false`.
1367 1369
 
1368 1370
 **Status codes**:
1369 1371
 
... ...
@@ -1399,6 +1399,8 @@ Remove the container `id` from the filesystem
1399 1399
         associated to the container. Default `false`.
1400 1400
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1401 1401
         Default `false`.
1402
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1403
+        link associated to the container. Default `false`.
1402 1404
 
1403 1405
 **Status codes**:
1404 1406
 
... ...
@@ -1441,6 +1441,8 @@ Remove the container `id` from the filesystem
1441 1441
         associated to the container. Default `false`.
1442 1442
 -   **force** - 1/True/true or 0/False/false, Kill then remove the container.
1443 1443
         Default `false`.
1444
+-   **link** - 1/True/true or 0/False/false, Remove the specified
1445
+        link associated to the container. Default `false`.
1444 1446
 
1445 1447
 **Status codes**:
1446 1448