File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed
Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 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" : "",
Original file line number Diff line number Diff line change 1- v3.2
1+ v3.3
You can’t perform that action at this time.
0 commit comments