Skip to content

Commit 184b017

Browse files
Consume linode-api-docs/openapi.json rather than openapi.yaml (#727)
1 parent 5dd9781 commit 184b017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolve_spec_url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ if __name__ == "__main__":
3939
desired_version = get_latest_tag()
4040

4141
print(
42-
f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.yaml"
42+
f"https://raw.githubusercontent.com/{LINODE_DOCS_REPO}/{desired_version}/openapi.json"
4343
)

0 commit comments

Comments
 (0)