Skip to main content

Module shared_submissions

Module shared_submissions 

Source

Structsยง

MainFrontendSharedSubmissionsApiDoc ๐Ÿ”’

Functionsยง

_add_routes
get_shared_submission_info ๐Ÿ”’
GET /api/v0/main-frontend/shared-submissions/{token} - Returns the data needed to render a shared submission.
list_own_shares ๐Ÿ”’
GET /api/v0/main-frontend/shared-submissions - Lists the shares the current user has minted, newest first, so they can be reviewed and withdrawn.
revoke_share ๐Ÿ”’
DELETE /api/v0/main-frontend/shared-submissions/{token} - Withdraws one share, after which the link stops resolving.
revoke_shares_of_submission ๐Ÿ”’
DELETE /api/v0/main-frontend/shared-submissions/of-submission/{submission_id} - Withdraws every share the current user has minted for one submission.