Please enable JavaScript.
Coggle requires JavaScript to display documents.
Blobstore
E2E Test Scenarios
Confluence Page with EndPoints (Internal…
Public API
-
Download blob format
GET /blobstore/blob/blob_uuid/format/format_name?useDefault=true&private=privacy&expires=expiration&mac=mac&docName=name
-
-
-
-
Internal API
POSITIVE TESTS :check:
UPLOADs
Upload Documents (PDF, PNG, GIF, DOC)
-
-
-
-
RETRIEVE BLOBS
-
-
Retrieve blob's urls
-
Given a list of UUIDs on body
Returned array respects the UUIDs order, if [UUID1, UUID2] then returned hash will be [url1, url2]
-
-
-