I'm trying to use this endpoint to update content
PUT/v3/DocumentObjects/ByLanguageCardId/{LanguageCardId}/Content
It works, but it overwrites existing version. How can I also rev the version during the update process?
I did see another endpoint to create new version:
POST/v3/DocumentObjects/Versions
But it says not implemented. Does that mean I cannot use the REST APIs to update content of existing object as new version?
Translate