We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fa88f commit 7db34c6Copy full SHA for 7db34c6
1 file changed
Makefile
@@ -3,9 +3,9 @@
3
#
4
5
# The URL of the raw OpenAPI spec to build linode-cli with.
6
-# TODO: Uncomment before merging
+# TODO: Uncomment once spec is available in the akamai-apis repository.
7
# SPEC := https://raw.githubusercontent.com/akamai/akamai-apis/main/apis/linode-api/v4/openapi.json
8
-SPEC := https://gist.githubusercontent.com/lgarber-akamai/1c84a451231195d63e990a89f45788fc/raw/3d4c6c677c06bd28d90ec6dd994c7305da0839af/openapi-new.json
+SPEC := https://raw.githubusercontent.com/linode/linode-api-docs/development/openapi.yaml
9
10
# Test-related arguments
11
MODULE :=
0 commit comments