summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorTobias Gesellchen <tobias@gesellix.de>2021-07-11 22:50:07 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-01-20 15:30:36 +0100
commit6e421a1823dfd978dbdb37d4515e4642d082aa1b (patch)
tree87e5a115f9e1563469c62eb13dd26d1d8b170413 /docs/api
parent9ac2d04617170341546fb6909af64287b4049cf8 (diff)
downloaddocker-6e421a1823dfd978dbdb37d4515e4642d082aa1b.tar.gz
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>
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/v1.41.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml
index 0927c34ec8..fcb1698aca 100644
--- a/docs/api/v1.41.yaml
+++ b/docs/api/v1.41.yaml
@@ -4366,7 +4366,6 @@ definitions:
type: "string"
example: "2020-06-22T15:49:27.000000000+00:00"
-
SystemInfo:
type: "object"
properties:
@@ -8507,6 +8506,7 @@ paths:
description: "Exec configuration"
schema:
type: "object"
+ title: "ExecConfig"
properties:
AttachStdin:
type: "boolean"
@@ -8597,6 +8597,7 @@ paths:
in: "body"
schema:
type: "object"
+ title: "ExecStartConfig"
properties:
Detach:
type: "boolean"
@@ -9139,6 +9140,7 @@ paths:
required: true
schema:
type: "object"
+ title: "NetworkCreateRequest"
required: ["Name"]
properties:
Name:
@@ -9249,6 +9251,7 @@ paths:
required: true
schema:
type: "object"
+ title: "NetworkDisconnectRequest"
properties:
Container:
type: "string"
@@ -9295,6 +9298,7 @@ paths:
required: true
schema:
type: "object"
+ title: "NetworkConnectRequest"
properties:
Container:
type: "string"
@@ -9954,6 +9958,7 @@ paths:
required: true
schema:
type: "object"
+ title: "SwarmInitRequest"
properties:
ListenAddr:
description: |
@@ -10052,6 +10057,7 @@ paths:
required: true
schema:
type: "object"
+ title: "SwarmJoinRequest"
properties:
ListenAddr:
description: |
@@ -10212,6 +10218,7 @@ paths:
required: true
schema:
type: "object"
+ title: "SwarmUnlockRequest"
properties:
UnlockKey:
description: "The swarm's unlock key."