Merge pull request #24126 from noxiouz/fix_doc_api

Remove extra comma in Image Pull API examples
This commit is contained in:
Vincent Demeester 2016-06-29 18:16:04 +02:00 committed by GitHub
commit e51fc72238
4 changed files with 4 additions and 4 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"
}
```

View file

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