Skip to content

Commit

Permalink
Version 4.14 to 4.15 API Spec Sync by GitHub Action (2024-08-10) (#39)
Browse files Browse the repository at this point in the history
* sync: fetch 2024-08-10 spec and apply patches

* sync: generate client with 2024-08-10 spec

* [create-pull-request] automated change

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: thogarty <thogarty@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and thogarty authored Aug 12, 2024
1 parent 79fa876 commit 6e2249c
Show file tree
Hide file tree
Showing 72 changed files with 4,743 additions and 350 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)

SPEC_URL:="https://api.swaggerhub.com/apis/equinix-api/fabric/4.14/swagger.yaml"
SPEC_URL:="https://api.swaggerhub.com/apis/equinix-api/fabric/4.15/swagger.yaml"
SPEC_FETCHED_FILE:=spec.fetched.yaml
SPEC_PATCHED_FILE:=spec.patched.yaml

Expand Down
Loading

0 comments on commit 6e2249c

Please sign in to comment.