Add information about manifest content types to API spec
Bring the spec up to date for schema2 changes. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
d928dc0b92
commit
c89f5b3775
1 changed files with 2 additions and 2 deletions
|
@ -514,7 +514,7 @@ var routeDescriptors = []RouteDescriptor{
|
|||
digestHeader,
|
||||
},
|
||||
Body: BodyDescriptor{
|
||||
ContentType: "application/json; charset=utf-8",
|
||||
ContentType: "<media type of manifest>",
|
||||
Format: manifestBody,
|
||||
},
|
||||
},
|
||||
|
@ -553,7 +553,7 @@ var routeDescriptors = []RouteDescriptor{
|
|||
referenceParameterDescriptor,
|
||||
},
|
||||
Body: BodyDescriptor{
|
||||
ContentType: "application/json; charset=utf-8",
|
||||
ContentType: "<media type of manifest>",
|
||||
Format: manifestBody,
|
||||
},
|
||||
Successes: []ResponseDescriptor{
|
||||
|
|
Loading…
Reference in a new issue