We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd9781 commit 184b017Copy full SHA for 184b017
resolve_spec_url
@@ -39,5 +39,5 @@ if __name__ == "__main__":
39
desired_version = get_latest_tag()
40
41
print(
42
- f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.yaml"
+ f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.json"
43
)
0 commit comments