You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to use these endpoints for removing unused attachments in a document:
/api/docs/:docId/attachments/removeUnused: to remove the unused attachments
/api/docs/:docId/attachments/verifyFiles: to verify the consistency of the internal structure (_grist_Attachments.fileIdent and _gristsys_Files.ident should be the same list)
I had to use these endpoints for removing unused attachments in a document:
/api/docs/:docId/attachments/removeUnused
: to remove the unused attachments/api/docs/:docId/attachments/verifyFiles
: to verify the consistency of the internal structure (_grist_Attachments.fileIdent
and_gristsys_Files.ident
should be the same list)Source
These endpoints could be useful for administrators. We should probably document them.
The text was updated successfully, but these errors were encountered: