Skip to content

Commit

Permalink
Updated location of the API spec.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jun 7, 2024
1 parent f4afd3e commit abca396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/GenerateEndpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit abca396

Please sign in to comment.