From c4693206c41eac4082419da4a15140d8b7ed7af1 Mon Sep 17 00:00:00 2001 From: delvedor Date: Tue, 23 Nov 2021 12:11:06 +0000 Subject: [PATCH] Update rest-api-spec --- output/schema/validation-errors.json | 1 - specification/_json_spec/cluster.health.json | 4 ---- 2 files changed, 5 deletions(-) diff --git a/output/schema/validation-errors.json b/output/schema/validation-errors.json index adfa152be4..675e60e4af 100644 --- a/output/schema/validation-errors.json +++ b/output/schema/validation-errors.json @@ -485,7 +485,6 @@ }, "cluster.health": { "request": [ - "Request: missing json spec query parameter 'return_200_for_cluster_health_timeout'", "Request: should not have a body" ], "response": [] diff --git a/specification/_json_spec/cluster.health.json b/specification/_json_spec/cluster.health.json index a5d784a17f..9190b9a51f 100644 --- a/specification/_json_spec/cluster.health.json +++ b/specification/_json_spec/cluster.health.json @@ -77,10 +77,6 @@ "type": "enum", "options": ["green", "yellow", "red"], "description": "Wait until cluster is in a specific state" - }, - "return_200_for_cluster_health_timeout": { - "type": "boolean", - "description": "Whether to return HTTP 200 instead of 408 in case of a cluster health timeout from the server side" } } }