Hi!
I'm trying to figure out a way to automatically add (1), (2), etc… to a document's name when adding a document to ContentServer using the REST API. Ex: If "name.pdf" already exists, change the name to "name (1).pdf" or something similar
I'm currently recursively calling the /validation/nodes/names/ route to check for collisions with "name.pdf", "name (1).pdf" and so on. I'll like to know if there's a setting that does something similar automatically so that I can simply insert an object without having to think about it.
Using CS 23.3
Thanks! 🙂