mirror of https://github.com/docker/docs.git
Merge pull request #21535 from benja-M-1/chore/update-dvp-response-doc
Specify that there might be multiple files in the DVP namespace data retrieval endpoint
This commit is contained in:
commit
a0df66732d
|
@ -561,6 +561,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
data:
|
data:
|
||||||
type: array
|
type: array
|
||||||
|
description: |
|
||||||
|
List of urls to download the data. When the data is large, the data will be split into multiple files.
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/ResponseDataFile'
|
$ref: '#/components/schemas/ResponseDataFile'
|
||||||
ResponseDataFile:
|
ResponseDataFile:
|
||||||
|
|
Loading…
Reference in New Issue