Hello community 👋
I’m developing a Figma plugin and I managed to get the list of version histories of the file via the Figma API
https://api.figma.com/v1/files/${fileKey}/versions?page_size=20
.
I managed to create a history thanks to figma.saveVersionHistoryAsync()
but I can’t find a way to edit a version history, I have the version id but how can it be edited, is there an API?
Question
Can I edit a specific history via Plugin API?
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.