Merge pull request #744 from aaronlehmann/manifest-put-response-code
Manifest PUT should return 201 Created
This commit is contained in:
commit
0355c3026c
4 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue