-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
We use the API suggested by Pycaprio.
Assuming that we have a large number of documents to annotate, and we want to split them among our annotators.
To enable splitting the documents between them, we create multiple projects where each annotator is assigned to one of these projects.
These projects are identical in the configuration just with different documents.
To create such identical projects, we generated a single template project and we want to duplicate it using the API.
The way we duplicate it is by downloading the project and uploading a new identical project with a different set of documents. However we can't find a way to change the name of the project?
Can this be done using the API? if not, is there any workaround? we tried to change the zip file name but this didn't help. we also tried to change the name in the log file.
Thanks