Fix ContainerSummary swagger docs

Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Tobias Gesellchen 2021-07-11 22:48:34 +02:00 committed by Sebastiaan van Stijn
parent 0e719f8a00
commit 8168d1877d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 66 additions and 66 deletions

View File

@ -3871,8 +3871,6 @@ definitions:
Warning: "unable to pin image doesnotexist:latest to digest: image library/doesnotexist:latest not found" Warning: "unable to pin image doesnotexist:latest to digest: image library/doesnotexist:latest not found"
ContainerSummary: ContainerSummary:
type: "array"
items:
type: "object" type: "object"
properties: properties:
Id: Id:
@ -5105,6 +5103,8 @@ paths:
200: 200:
description: "no error" description: "no error"
schema: schema:
type: "array"
items:
$ref: "#/definitions/ContainerSummary" $ref: "#/definitions/ContainerSummary"
examples: examples:
application/json: application/json: