Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F/ipfs export async #1391

Closed
wants to merge 6 commits into from
Closed

F/ipfs export async #1391

wants to merge 6 commits into from

Conversation

p4u
Copy link
Member

@p4u p4u commented Sep 16, 2024

No description provided.

p4u and others added 6 commits June 28, 2024 19:31
this pulls all the paginated endpoints into LTS

as well as the "vochain: add set_process_duration transaction" from p4u

also, some minor version bumps and other irrelevant commits
Add new method /censuses/export/ipfs/list to list all exported censuses (runtime).

Signed-off-by: p4u <[email protected]>
@p4u p4u closed this Sep 16, 2024
Copy link

This PR introduces the following changes in the developer-portal documentation:

diff --git a/swaggers/vocdoni-api.yaml b/swaggers/vocdoni-api.yaml
index 1994085..c14c138 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants