Skip to content

Commit

Permalink
ci: Autogeneration of go-netbox library
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Sep 14, 2022
1 parent 000ef53 commit 08f5671
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions netbox/swagger-v3.2.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -55939,7 +55939,10 @@
"in" : "body",
"name" : "data",
"required" : true,
"schema" : { "$ref" : "#/definitions/WritableAvailableIP" }
"schema" : {
"items" : { "$ref" : "#/definitions/WritableAvailableIP" },
"type" : "array"
}
} ],
"responses" : { "201" : {
"description" : "",
Expand Down Expand Up @@ -56747,7 +56750,10 @@
"in" : "body",
"name" : "data",
"required" : true,
"schema" : { "$ref" : "#/definitions/WritableAvailableIP" }
"schema" : {
"items" : { "$ref" : "#/definitions/WritableAvailableIP" },
"type" : "array"
}
} ],
"responses" : { "201" : {
"description" : "",
Expand Down Expand Up @@ -56787,7 +56793,10 @@
"in" : "body",
"name" : "data",
"required" : true,
"schema" : { "$ref" : "#/definitions/PrefixLength" }
"schema" : {
"items" : { "$ref" : "#/definitions/PrefixLength" },
"type" : "array"
}
} ],
"responses" : { "201" : {
"description" : "",
Expand Down

0 comments on commit 08f5671

Please sign in to comment.