From 23c7d84b8444ce5adafd128e93ab220db726fc6c Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Mon, 30 May 2022 16:36:49 +0100 Subject: [PATCH] docs: api: adjust ContainerWaitResponse error as optional Signed-off-by: Niel Drummond (cherry picked from commit 2359da802beab2bd809ee3646839b22080b8d454) Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.39.yaml | 2 +- docs/api/v1.40.yaml | 2 +- docs/api/v1.41.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/v1.39.yaml b/docs/api/v1.39.yaml index 0acde862fc..c457247aab 100644 --- a/docs/api/v1.39.yaml +++ b/docs/api/v1.39.yaml @@ -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" diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index 557a2e17d0..d68202f32d 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -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" diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index c67482acb4..c831a33f6f 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -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"