Skip to content

Commit 6e421a1

Browse files
gesellixthaJeztah
authored andcommitted
Use explicit object names for improved swagger based code generation
Signed-off-by: Tobias Gesellchen <tobias@gesellix.de> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 9ac2d04 commit 6e421a1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/api/v1.41.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)