Skip to content

Commit 5eaeb81

Browse files
authored
Merge pull request #52 from smutel/Netbox3.3
feat: Update from Netbox 3.3 swagger
2 parents 5243049 + 6dba05d commit 5eaeb81

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
--- swagger-v3.3.10.json.ori 2023-01-09 09:09:15.547864594 +0100
2+
+++ swagger-v3.3.10.json 2023-01-09 09:12:53.698816281 +0100
3+
@@ -60861,7 +60861,10 @@
4+
"in" : "body",
5+
"name" : "data",
6+
"required" : true,
7+
- "schema" : { "$ref" : "#/definitions/WritableAvailableIP" }
8+
+ "schema" : {
9+
+ "items" : { "$ref" : "#/definitions/WritableAvailableIP" },
10+
+ "type" : "array"
11+
+ }
12+
} ],
13+
"responses" : { "201" : {
14+
"description" : "",
15+
@@ -62988,7 +62991,10 @@
16+
"in" : "body",
17+
"name" : "data",
18+
"required" : true,
19+
- "schema" : { "$ref" : "#/definitions/WritableAvailableIP" }
20+
+ "schema" : {
21+
+ "items" : { "$ref" : "#/definitions/WritableAvailableIP" },
22+
+ "type" : "array"
23+
+ }
24+
} ],
25+
"responses" : { "201" : {
26+
"description" : "",
27+
@@ -63028,7 +63034,10 @@
28+
"in" : "body",
29+
"name" : "data",
30+
"required" : true,
31+
- "schema" : { "$ref" : "#/definitions/PrefixLength" }
32+
+ "schema" : {
33+
+ "items" : { "$ref" : "#/definitions/PrefixLength" },
34+
+ "type" : "array"
35+
+ }
36+
} ],
37+
"responses" : { "201" : {
38+
"description" : "",

utils/netbox_major_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2
1+
v3.3

0 commit comments

Comments
 (0)