Browse code

Remove extra comma in Image Pull API examples

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
(cherry picked from commit 307c39c187f8785d8edae4bfd460e2dd0432626a)

Anton Tiurin authored on 2016/06/30 01:03:49
Showing 3 changed files
... ...
@@ -1727,7 +1727,7 @@ Query Parameters:
1727 1727
     {
1728 1728
             "username": "jdoe",
1729 1729
             "password": "secret",
1730
-            "email": "jdoe@acme.com",
1730
+            "email": "jdoe@acme.com"
1731 1731
     }
1732 1732
         ```
1733 1733
 
... ...
@@ -1758,7 +1758,7 @@ Query Parameters:
1758 1758
     {
1759 1759
             "username": "jdoe",
1760 1760
             "password": "secret",
1761
-            "email": "jdoe@acme.com",
1761
+            "email": "jdoe@acme.com"
1762 1762
     }
1763 1763
         ```
1764 1764
 
... ...
@@ -1759,7 +1759,7 @@ a base64-encoded AuthConfig object.
1759 1759
     {
1760 1760
             "username": "jdoe",
1761 1761
             "password": "secret",
1762
-            "email": "jdoe@acme.com",
1762
+            "email": "jdoe@acme.com"
1763 1763
     }
1764 1764
         ```
1765 1765