Merge pull request #744 from aaronlehmann/manifest-put-response-code

Manifest PUT should return 201 Created
This commit is contained in:
Derek McGowan 2015-07-28 10:42:54 -07:00
commit 0355c3026c
4 changed files with 6 additions and 6 deletions

View file

@ -1573,10 +1573,10 @@ The following parameters should be specified on the request:
###### On Success: Accepted
###### On Success: Created
```
202 Accepted
201 Created
Location: <url>
Content-Length: 0
Docker-Content-Digest: <digest>