From abca39634b8726aa9a8133a961876ae0c6cf2031 Mon Sep 17 00:00:00 2001 From: dblock Date: Fri, 7 Jun 2024 07:16:47 -0400 Subject: [PATCH] Updated location of the API spec. Signed-off-by: dblock --- util/GenerateEndpoints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/GenerateEndpoints.php b/util/GenerateEndpoints.php index 45d6ee90..57dcb6ae 100644 --- a/util/GenerateEndpoints.php +++ b/util/GenerateEndpoints.php @@ -37,7 +37,7 @@ $success = true; // Load the OpenAPI specification file -$url = "https://github.com/opensearch-project/opensearch-api-specification/releases/download/main/opensearch-openapi.yaml"; +$url = "https://github.com/opensearch-project/opensearch-api-specification/releases/download/main-latest/opensearch-openapi.yaml"; $yamlContent = file_get_contents($url); $data = Yaml::parse($yamlContent);