Added error codes for exec resize in API docs

Signed-off-by: Thomas LEDOS <thomas.ledos92@gmail.com>
This commit is contained in:
Thomas LEDOS 2022-01-05 10:11:29 +01:00
parent 1a933e113d
commit 834272f978
No known key found for this signature in database
GPG key ID: DFD27D39F79C88A5

View file

@ -8784,10 +8784,18 @@ paths:
responses:
200:
description: "No error"
400:
description: "bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "No such exec instance"
schema:
$ref: "#/definitions/ErrorResponse"
500:
description: "Server error"
schema:
$ref: "#/definitions/ErrorResponse"
parameters:
- name: "id"
in: "path"