docs: api: adjust ContainerWaitResponse error as optional
Signed-off-by: Niel Drummond <niel@drummond.lu>
(cherry picked from commit 2359da802b
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3e9e79d134
commit
23c7d84b84
3 changed files with 3 additions and 3 deletions
|
@ -4347,7 +4347,7 @@ definitions:
|
|||
type: "object"
|
||||
x-go-name: "ContainerWaitOKBody"
|
||||
title: "ContainerWaitResponse"
|
||||
required: [StatusCode, Error]
|
||||
required: [StatusCode]
|
||||
properties:
|
||||
StatusCode:
|
||||
description: "Exit code of the container"
|
||||
|
|
|
@ -4472,7 +4472,7 @@ definitions:
|
|||
type: "object"
|
||||
x-go-name: "ContainerWaitOKBody"
|
||||
title: "ContainerWaitResponse"
|
||||
required: [StatusCode, Error]
|
||||
required: [StatusCode]
|
||||
properties:
|
||||
StatusCode:
|
||||
description: "Exit code of the container"
|
||||
|
|
|
@ -4638,7 +4638,7 @@ definitions:
|
|||
type: "object"
|
||||
x-go-name: "ContainerWaitOKBody"
|
||||
title: "ContainerWaitResponse"
|
||||
required: [StatusCode, Error]
|
||||
required: [StatusCode]
|
||||
properties:
|
||||
StatusCode:
|
||||
description: "Exit code of the container"
|
||||
|
|
Loading…
Add table
Reference in a new issue