Skip to content

Commit

Permalink
Updated location of the API spec. (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock authored Jun 8, 2024
1 parent f4afd3e commit 040e70d
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 040e70d

Please sign in to comment.