File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4366,7 +4366,6 @@ definitions:
43664366 type : " string"
43674367 example : " 2020-06-22T15:49:27.000000000+00:00"
43684368
4369-
43704369 SystemInfo :
43714370 type : " object"
43724371 properties :
@@ -8507,6 +8506,7 @@ paths:
85078506 description : " Exec configuration"
85088507 schema :
85098508 type : " object"
8509+ title : " ExecConfig"
85108510 properties :
85118511 AttachStdin :
85128512 type : " boolean"
@@ -8597,6 +8597,7 @@ paths:
85978597 in : " body"
85988598 schema :
85998599 type : " object"
8600+ title : " ExecStartConfig"
86008601 properties :
86018602 Detach :
86028603 type : " boolean"
@@ -9139,6 +9140,7 @@ paths:
91399140 required : true
91409141 schema :
91419142 type : " object"
9143+ title : " NetworkCreateRequest"
91429144 required : ["Name"]
91439145 properties :
91449146 Name :
@@ -9249,6 +9251,7 @@ paths:
92499251 required : true
92509252 schema :
92519253 type : " object"
9254+ title : " NetworkDisconnectRequest"
92529255 properties :
92539256 Container :
92549257 type : " string"
@@ -9295,6 +9298,7 @@ paths:
92959298 required : true
92969299 schema :
92979300 type : " object"
9301+ title : " NetworkConnectRequest"
92989302 properties :
92999303 Container :
93009304 type : " string"
@@ -9954,6 +9958,7 @@ paths:
99549958 required : true
99559959 schema :
99569960 type : " object"
9961+ title : " SwarmInitRequest"
99579962 properties :
99589963 ListenAddr :
99599964 description : |
@@ -10052,6 +10057,7 @@ paths:
1005210057 required : true
1005310058 schema :
1005410059 type : " object"
10060+ title : " SwarmJoinRequest"
1005510061 properties :
1005610062 ListenAddr :
1005710063 description : |
@@ -10212,6 +10218,7 @@ paths:
1021210218 required : true
1021310219 schema :
1021410220 type : " object"
10221+ title : " SwarmUnlockRequest"
1021510222 properties :
1021610223 UnlockKey :
1021710224 description : " The swarm's unlock key."
You can’t perform that action at this time.
0 commit comments