Skip to content

Commit

Permalink
Consume linode-api-docs/openapi.json rather than openapi.yaml (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai authored Feb 7, 2025
1 parent 5dd9781 commit 184b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolve_spec_url
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ if __name__ == "__main__":
desired_version = get_latest_tag()

print(
f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.yaml"
f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.json"
)

0 comments on commit 184b017

Please sign in to comment.