Added error codes for exec resize in API docs

Signed-off-by: Thomas LEDOS <thomas.ledos92@gmail.com>
(cherry picked from commit 834272f978)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Thomas LEDOS 2022-01-05 10:11:29 +01:00 committed by Sebastiaan van Stijn
parent aa69e8ed3f
commit 42b13c09a6
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -8609,10 +8609,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"