Remove extra comma in Image Pull API examples

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
(cherry picked from commit 307c39c187)
This commit is contained in:
Anton Tiurin 2016-06-29 19:03:49 +03:00 committed by Tibor Vass
parent 4476697867
commit 712cbdbe1f
3 changed files with 3 additions and 3 deletions

View file

@ -1727,7 +1727,7 @@ Query Parameters:
{
"username": "jdoe",
"password": "secret",
"email": "jdoe@acme.com",
"email": "jdoe@acme.com"
}
```

View file

@ -1758,7 +1758,7 @@ Query Parameters:
{
"username": "jdoe",
"password": "secret",
"email": "jdoe@acme.com",
"email": "jdoe@acme.com"
}
```

View file

@ -1759,7 +1759,7 @@ a base64-encoded AuthConfig object.
{
"username": "jdoe",
"password": "secret",
"email": "jdoe@acme.com",
"email": "jdoe@acme.com"
}
```