docs/api: add missing 400 response for POST /containers/{id}/wait

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-02-14 12:42:08 +01:00
parent 41b137962d
commit 5e2b7dea02
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
12 changed files with 48 additions and 0 deletions

View file

@ -4389,6 +4389,10 @@ paths:
description: "Exit code of the container"
type: "integer"
x-nullable: false
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -4459,6 +4459,10 @@ paths:
description: "Exit code of the container"
type: "integer"
x-nullable: false
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5696,6 +5696,10 @@ paths:
description: "Exit code of the container"
type: "integer"
x-nullable: false
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5701,6 +5701,10 @@ paths:
description: "Exit code of the container"
type: "integer"
x-nullable: false
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5737,6 +5737,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5724,6 +5724,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5748,6 +5748,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5775,6 +5775,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -5836,6 +5836,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -6552,6 +6552,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -6690,6 +6690,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema:

View file

@ -6858,6 +6858,10 @@ paths:
Message:
description: "Details of an error"
type: "string"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
schema: