Feature Request: Return version names from Get Versions request #6393
cpgruber
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi, I found this API for retrieving a Tiptap Cloud document's versions. It would be great if that API could return the names provided to the versions, as they are presented in the Collaboration History extension's
storage.versions
property (see screenshots below).versions from Tiptap collaboration history extension
versions from documents API
GET /documents/{id}/versions
Use Case
This would enable me to programmatically purge old, unnamed versions of my documents using the
delete version API
(which is not documented, fwiw) to reduce bloat and size of my Ydocs stored in Tiptap Cloud.Type
New Tiptap API
Beta Was this translation helpful? Give feedback.
All reactions