Skip to content

Commit bb00e60

Browse files
authored
[create-pull-request] automated change
1 parent 59cab33 commit bb00e60

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CRI:=docker # nerdctl
3030
OPENAPI_CODEGEN_TAG=v6.4.0
3131
OPENAPI_CODEGEN_IMAGE=openapitools/openapi-generator-cli:${OPENAPI_CODEGEN_TAG}
3232
DOCKER_OPENAPI=${CRI} run --rm -u ${CURRENT_UID}:${CURRENT_GID} -v $(CURDIR):/local ${OPENAPI_CODEGEN_IMAGE}
33-
OPENAPI_URL="https://app.swaggerhub.com/apiproxy/registry/equinix-api/fabric/4.20"
33+
OPENAPI_URL="https://app.swaggerhub.com/apiproxy/registry/equinix-api/fabric/4.21"
3434

3535
generate: clean fetch pre-spec-patch pull docker_generate build_client
3636

spec/oas3.fabric.patched.json.rej

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- oas3.fabric.fetched.json
2+
+++ oas3.fabric.fetched.json
3+
@@ -13768,7 +13768,6 @@
4+
"CustomField": {
5+
"required": [
6+
"dataType",
7+
- "description",
8+
"isRequired",
9+
"label"
10+
],

0 commit comments

Comments
 (0)