From 447202c0727b1f229607b080de5a5cb1ef47da6f Mon Sep 17 00:00:00 2001 From: altergui <2815267+altergui@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:47:54 +0000 Subject: [PATCH] Update vocdoni-api docs by commit eb711f8 --- swaggers/vocdoni-api.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/swaggers/vocdoni-api.yaml b/swaggers/vocdoni-api.yaml index 19940857..c14c138f 100644 --- a/swaggers/vocdoni-api.yaml +++ b/swaggers/vocdoni-api.yaml @@ -367,6 +367,22 @@ paths: description: >- Export the whole census database to a JSON file. Requires Admin Bearer token. summary: Export census database + /censuses/export/ipfs/list: + get: + responses: + '200': + content: + application/json: + schema: + properties: + valid: + type: boolean + type: object + description: OK + tags: + - Censuses + description: List the IPFS URIs of the census database exports + summary: List export census database to IPFS /censuses/import: post: responses: