To rename a project, you can use the following mutation:
mutation { editProject( input: { projectId: "{project-id}" name: "Enter your new project name" } ) { id name } }
Project Activity
Enjoy unlimited storage with up to 5GB per file.
Copy Project
How to copy projects using the Blue API.
Help