strapi-plugin-content-versioning
strapi-plugin-content-versioning copied to clipboard
[Question] Promote version to published with API
Hey! Currently we are headlessly implementing Strapi with out own front-end system, and proxying CMS requests to Strapi from our own back-end system.
Your plugin solves the problem with versioning very well, but I'm wondering, what is the best approach to promote the specific version of entity to published from Strapi REST API only (so without Strapi UI)?
Is it the best to just publish the specific version, or is there a better way to do it?
Thank you very much in advance!