📄️ /stable-versions/{solutionId}/{documentId}
Gets all stable versions of the document; i.e., versions where the document has been set to stable.
📄️ /stable-versions/{solutionId}
Gets a list of the solution's stable documents.
📄️ /stable-versions/set/{solutionId}/{documentId}/{version}
Sets the specified version of the document to stable.
📄️ /stable-versions/set/{solutionId}/{documentId}
Sets the latest version of the specified document to stable.
📄️ /stable-versions/folder/set/{solutionId}/{folderId}
Sets the content of the specified folder to stable.
📄️ /stable-versions/folder/set/{solutionId}
Sets the content of the solution folder to stable.
📄️ /stable-versions/set/{solutionId}/{revision}
Sets all documents of the specified solution revision to stable.
📄️ /stable-versions/unset/{solutionId}/{documentId}
Unsets a document's stable version.
📄️ /stable-versions/folder/unset/{solutionId}/{folderId}
Unsets the stable version of specified folder's content.
📄️ /stable-versions/folder/unset/{solutionId}
Unsets the stable version of the solution folder's content.
📄️ /stable-versions/unset/{solutionId}
Unsets the stable version of a solution.