From 19b816a7f3f953d1081bf2cae5ef4be95c3147ee Mon Sep 17 00:00:00 2001 From: Benjamin Grandfond Date: Fri, 29 Nov 2024 22:49:50 +0100 Subject: [PATCH] Specify that there might be multiple files in the DVP namespace data retrieval endpoint --- content/reference/api/hub/dvp.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/reference/api/hub/dvp.yaml b/content/reference/api/hub/dvp.yaml index 3b9becb0418..8ff2030acab 100644 --- a/content/reference/api/hub/dvp.yaml +++ b/content/reference/api/hub/dvp.yaml @@ -561,6 +561,8 @@ components: properties: data: type: array + description: | + List of urls to download the data. When the data is large, the data will be split into multiple files. items: $ref: '#/components/schemas/ResponseDataFile' ResponseDataFile: