Browse code

Fix json examples in the api reference.

Signed-off-by: David Calavera <david.calavera@gmail.com>

David Calavera authored on 2015/08/25 23:51:16
Showing 5 changed files
... ...
@@ -176,7 +176,7 @@ Create a container
176 176
         Content-Type: application/json
177 177
 
178 178
         {
179
-             "Id":"e90e34656806"
179
+             "Id":"e90e34656806",
180 180
              "Warnings":[]
181 181
         }
182 182
 
... ...
@@ -193,7 +193,7 @@ Create a container
193 193
         Content-Type: application/json
194 194
 
195 195
         {
196
-             "Id":"e90e34656806"
196
+             "Id":"e90e34656806",
197 197
              "Warnings":[]
198 198
         }
199 199
 
... ...
@@ -1872,7 +1872,7 @@ Sets up an exec instance in a running container `id`
1872 1872
         Content-Type: application/json
1873 1873
 
1874 1874
         {
1875
-             "Id": "f90e34656806"
1875
+             "Id": "f90e34656806",
1876 1876
              "Warnings":[]
1877 1877
         }
1878 1878
 
... ...
@@ -199,7 +199,7 @@ Create a container
199 199
       Content-Type: application/json
200 200
 
201 201
       {
202
-           "Id":"e90e34656806"
202
+           "Id":"e90e34656806",
203 203
            "Warnings":[]
204 204
       }
205 205
 
... ...
@@ -1929,7 +1929,7 @@ Sets up an exec instance in a running container `id`
1929 1929
     Content-Type: application/json
1930 1930
 
1931 1931
     {
1932
-         "Id": "f90e34656806"
1932
+         "Id": "f90e34656806",
1933 1933
          "Warnings":[]
1934 1934
     }
1935 1935
 
... ...
@@ -61,7 +61,7 @@ List containers
61 61
          },
62 62
          {
63 63
                  "Id": "9cd87474be90",
64
-                 "Names":["/coolName"]
64
+                 "Names":["/coolName"],
65 65
                  "Image": "ubuntu:latest",
66 66
                  "Command": "echo 222222",
67 67
                  "Created": 1367854155,
... ...
@@ -73,7 +73,7 @@ List containers
73 73
          },
74 74
          {
75 75
                  "Id": "3176a2479c92",
76
-                 "Names":["/sleepy_dog"]
76
+                 "Names":["/sleepy_dog"],
77 77
                  "Image": "ubuntu:latest",
78 78
                  "Command": "echo 3333333333333333",
79 79
                  "Created": 1367854154,
... ...
@@ -85,7 +85,7 @@ List containers
85 85
          },
86 86
          {
87 87
                  "Id": "4cb07b47f9fb",
88
-                 "Names":["/running_cat"]
88
+                 "Names":["/running_cat"],
89 89
                  "Image": "ubuntu:latest",
90 90
                  "Command": "echo 444444444444444444444444444444444",
91 91
                  "Created": 1367854152,
... ...
@@ -205,7 +205,7 @@ Create a container
205 205
       Content-Type: application/json
206 206
 
207 207
       {
208
-           "Id":"e90e34656806"
208
+           "Id":"e90e34656806",
209 209
            "Warnings":[]
210 210
       }
211 211
 
... ...
@@ -2050,7 +2050,7 @@ Sets up an exec instance in a running container `id`
2050 2050
     Content-Type: application/json
2051 2051
 
2052 2052
     {
2053
-         "Id": "f90e34656806"
2053
+         "Id": "f90e34656806",
2054 2054
          "Warnings":[]
2055 2055
     }
2056 2056
 
... ...
@@ -61,7 +61,7 @@ List containers
61 61
          },
62 62
          {
63 63
                  "Id": "9cd87474be90",
64
-                 "Names":["/coolName"]
64
+                 "Names":["/coolName"],
65 65
                  "Image": "ubuntu:latest",
66 66
                  "Command": "echo 222222",
67 67
                  "Created": 1367854155,
... ...
@@ -73,7 +73,7 @@ List containers
73 73
          },
74 74
          {
75 75
                  "Id": "3176a2479c92",
76
-                 "Names":["/sleepy_dog"]
76
+                 "Names":["/sleepy_dog"],
77 77
                  "Image": "ubuntu:latest",
78 78
                  "Command": "echo 3333333333333333",
79 79
                  "Created": 1367854154,
... ...
@@ -85,7 +85,7 @@ List containers
85 85
          },
86 86
          {
87 87
                  "Id": "4cb07b47f9fb",
88
-                 "Names":["/running_cat"]
88
+                 "Names":["/running_cat"],
89 89
                  "Image": "ubuntu:latest",
90 90
                  "Command": "echo 444444444444444444444444444444444",
91 91
                  "Created": 1367854152,
... ...
@@ -206,7 +206,7 @@ Create a container
206 206
       Content-Type: application/json
207 207
 
208 208
       {
209
-           "Id":"e90e34656806"
209
+           "Id":"e90e34656806",
210 210
            "Warnings":[]
211 211
       }
212 212
 
... ...
@@ -2059,7 +2059,7 @@ Sets up an exec instance in a running container `id`
2059 2059
     Content-Type: application/json
2060 2060
 
2061 2061
     {
2062
-         "Id": "f90e34656806"
2062
+         "Id": "f90e34656806",
2063 2063
          "Warnings":[]
2064 2064
     }
2065 2065