Manifest PUT should return 201 Created
Change handler, update descriptors table, regenerate API spec, and update test. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
c152ad7d2d
commit
cf32056218
4 changed files with 6 additions and 6 deletions
|
@ -1258,10 +1258,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