Project Management
Authorizations
AuthorizationstringRequired
JWT token for user session authentication.
Body
projectIdstring · uuidRequired
ID of the project to duplicate
Responses
200
Project duplicated successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Project not found
application/json
500
Internal Server Error
application/json
post
/duplicateProjectAuthorizations
AuthorizationstringRequired
JWT token for user session authentication.
Body
jobIdstring · uuidRequired
ID of the job to star/unstar
Responses
200
Document starred/unstarred successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Job not found
application/json
500
Internal Server Error
application/json
post
/starDocumentLast updated
