diff --git a/docs/api/v1.30.yaml b/docs/api/v1.30.yaml index 27e37c690f..21aca3c534 100644 --- a/docs/api/v1.30.yaml +++ b/docs/api/v1.30.yaml @@ -4408,8 +4408,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.31.yaml b/docs/api/v1.31.yaml index b2e50e3bd1..1ed5a2d205 100644 --- a/docs/api/v1.31.yaml +++ b/docs/api/v1.31.yaml @@ -4478,8 +4478,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.32.yaml b/docs/api/v1.32.yaml index e6d5d62a86..30cefec10a 100644 --- a/docs/api/v1.32.yaml +++ b/docs/api/v1.32.yaml @@ -5715,8 +5715,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.33.yaml b/docs/api/v1.33.yaml index e6c671660a..948c56f568 100644 --- a/docs/api/v1.33.yaml +++ b/docs/api/v1.33.yaml @@ -5720,8 +5720,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.34.yaml b/docs/api/v1.34.yaml index ebea935440..787001add3 100644 --- a/docs/api/v1.34.yaml +++ b/docs/api/v1.34.yaml @@ -5756,8 +5756,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.35.yaml b/docs/api/v1.35.yaml index 1193b267a1..0e86d89f7c 100644 --- a/docs/api/v1.35.yaml +++ b/docs/api/v1.35.yaml @@ -5743,8 +5743,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.36.yaml b/docs/api/v1.36.yaml index 1f6350ffc8..f08773de55 100644 --- a/docs/api/v1.36.yaml +++ b/docs/api/v1.36.yaml @@ -5767,8 +5767,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.37.yaml b/docs/api/v1.37.yaml index fbfd1a3d36..8348a79fb1 100644 --- a/docs/api/v1.37.yaml +++ b/docs/api/v1.37.yaml @@ -5794,8 +5794,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.38.yaml b/docs/api/v1.38.yaml index 40661c0da4..33be2f5630 100644 --- a/docs/api/v1.38.yaml +++ b/docs/api/v1.38.yaml @@ -5855,8 +5855,15 @@ paths: type: "string" - name: "condition" in: "query" - description: "Wait until a container state reaches the given condition, either 'not-running' (default), 'next-exit', or 'removed'." + description: | + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.39.yaml b/docs/api/v1.39.yaml index 318c780c81..7be15161d1 100644 --- a/docs/api/v1.39.yaml +++ b/docs/api/v1.39.yaml @@ -6572,9 +6572,14 @@ paths: - name: "condition" in: "query" description: | - Wait until a container state reaches the given condition, either - 'not-running' (default), 'next-exit', or 'removed'. + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index a1c91c12d9..6606c4805f 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -6710,9 +6710,14 @@ paths: - name: "condition" in: "query" description: | - Wait until a container state reaches the given condition, either - 'not-running' (default), 'next-exit', or 'removed'. + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 5c8327d69e..cc4581b7bc 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -6878,9 +6878,14 @@ paths: - name: "condition" in: "query" description: | - Wait until a container state reaches the given condition, either - 'not-running' (default), 'next-exit', or 'removed'. + Wait until a container state reaches the given condition. + + Defaults to `not-running` if omitted or empty. type: "string" + enum: + - "not-running" + - "next-exit" + - "removed" default: "not-running" tags: ["Container"] /containers/{id}: