From 8a81ab7f9fd1fdfc80dee1d048fb3550ad0c4562 Mon Sep 17 00:00:00 2001 From: Archer Date: Wed, 26 Feb 2025 11:21:01 -0600 Subject: [PATCH] Fix missing description Signed-off-by: Archer --- spec/namespaces/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/namespaces/cluster.yaml b/spec/namespaces/cluster.yaml index 252a8a3d..a3a45fc1 100644 --- a/spec/namespaces/cluster.yaml +++ b/spec/namespaces/cluster.yaml @@ -1077,7 +1077,7 @@ components: cluster.health::query.timeout: in: query name: timeout - description: + description: The amount of [time]({{site.url}}{{site.baseurl}}/api-reference/common-parameters/#time-units) to wait for a response from the cluster manager node. schema: $ref: '../schemas/_common.yaml#/components/schemas/Duration' style: form