I am using the Content Server REST API to upload documents from a file share. I want to add the set the create_date and modify_date to the existing values from the file system. Is there a way to do that?
I see in the documentation that I can provide values for external_create_date and external_modify_date, but these do not set the create_date and modify_date of the document.