mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
api: docs: move VolumeListResponse to definitions (v1.39-v1.41)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
cd635e465d
commit
54386f0c8f
3 changed files with 60 additions and 54 deletions
|
@ -1982,6 +1982,25 @@ definitions:
|
|||
com.example.some-label: "some-value"
|
||||
com.example.some-other-label: "some-other-value"
|
||||
|
||||
VolumeListResponse:
|
||||
type: "object"
|
||||
title: "VolumeListResponse"
|
||||
x-go-name: "VolumeListOKBody"
|
||||
description: "Volume list response"
|
||||
properties:
|
||||
Volumes:
|
||||
type: "array"
|
||||
description: "List of volumes"
|
||||
items:
|
||||
$ref: "#/definitions/Volume"
|
||||
Warnings:
|
||||
type: "array"
|
||||
description: |
|
||||
Warnings that occurred when fetching the list of volumes.
|
||||
items:
|
||||
type: "string"
|
||||
example: []
|
||||
|
||||
Network:
|
||||
type: "object"
|
||||
properties:
|
||||
|
@ -8570,24 +8589,7 @@ paths:
|
|||
200:
|
||||
description: "Summary volume data that matches the query"
|
||||
schema:
|
||||
type: "object"
|
||||
title: "VolumeListResponse"
|
||||
description: "Volume list response"
|
||||
required: [Volumes, Warnings]
|
||||
properties:
|
||||
Volumes:
|
||||
type: "array"
|
||||
x-nullable: false
|
||||
description: "List of volumes"
|
||||
items:
|
||||
$ref: "#/definitions/Volume"
|
||||
Warnings:
|
||||
type: "array"
|
||||
x-nullable: false
|
||||
description: |
|
||||
Warnings that occurred when fetching the list of volumes.
|
||||
items:
|
||||
type: "string"
|
||||
$ref: "#/definitions/VolumeListResponse"
|
||||
500:
|
||||
description: "Server error"
|
||||
schema:
|
||||
|
|
|
@ -2043,6 +2043,25 @@ definitions:
|
|||
com.example.some-label: "some-value"
|
||||
com.example.some-other-label: "some-other-value"
|
||||
|
||||
VolumeListResponse:
|
||||
type: "object"
|
||||
title: "VolumeListResponse"
|
||||
x-go-name: "VolumeListOKBody"
|
||||
description: "Volume list response"
|
||||
properties:
|
||||
Volumes:
|
||||
type: "array"
|
||||
description: "List of volumes"
|
||||
items:
|
||||
$ref: "#/definitions/Volume"
|
||||
Warnings:
|
||||
type: "array"
|
||||
description: |
|
||||
Warnings that occurred when fetching the list of volumes.
|
||||
items:
|
||||
type: "string"
|
||||
example: []
|
||||
|
||||
Network:
|
||||
type: "object"
|
||||
properties:
|
||||
|
@ -8903,24 +8922,7 @@ paths:
|
|||
200:
|
||||
description: "Summary volume data that matches the query"
|
||||
schema:
|
||||
type: "object"
|
||||
title: "VolumeListResponse"
|
||||
description: "Volume list response"
|
||||
required: [Volumes, Warnings]
|
||||
properties:
|
||||
Volumes:
|
||||
type: "array"
|
||||
x-nullable: false
|
||||
description: "List of volumes"
|
||||
items:
|
||||
$ref: "#/definitions/Volume"
|
||||
Warnings:
|
||||
type: "array"
|
||||
x-nullable: false
|
||||
description: |
|
||||
Warnings that occurred when fetching the list of volumes.
|
||||
items:
|
||||
type: "string"
|
||||
$ref: "#/definitions/VolumeListResponse"
|
||||
500:
|
||||
description: "Server error"
|
||||
schema:
|
||||
|
|
|
@ -2075,6 +2075,25 @@ definitions:
|
|||
com.example.some-label: "some-value"
|
||||
com.example.some-other-label: "some-other-value"
|
||||
|
||||
VolumeListResponse:
|
||||
type: "object"
|
||||
title: "VolumeListResponse"
|
||||
x-go-name: "VolumeListOKBody"
|
||||
description: "Volume list response"
|
||||
properties:
|
||||
Volumes:
|
||||
type: "array"
|
||||
description: "List of volumes"
|
||||
items:
|
||||
$ref: "#/definitions/Volume"
|
||||
Warnings:
|
||||
type: "array"
|
||||
description: |
|
||||
Warnings that occurred when fetching the list of volumes.
|
||||
items:
|
||||
type: "string"
|
||||
example: []
|
||||
|
||||
Network:
|
||||
type: "object"
|
||||
properties:
|
||||
|
@ -9086,24 +9105,7 @@ paths:
|
|||
200:
|
||||
description: "Summary volume data that matches the query"
|
||||
schema:
|
||||
type: "object"
|
||||
title: "VolumeListResponse"
|
||||
description: "Volume list response"
|
||||
required: [Volumes, Warnings]
|
||||
properties:
|
||||
Volumes:
|
||||
type: "array"
|
||||
x-nullable: false
|
||||
description: "List of volumes"
|
||||
items:
|
||||
$ref: "#/definitions/Volume"
|
||||
Warnings:
|
||||
type: "array"
|
||||
x-nullable: false
|
||||
description: |
|
||||
Warnings that occurred when fetching the list of volumes.
|
||||
items:
|
||||
type: "string"
|
||||
$ref: "#/definitions/VolumeListResponse"
|
||||
500:
|
||||
description: "Server error"
|
||||
schema:
|
||||
|
|
Loading…
Add table
Reference in a new issue