Transfer a project to a workspace.
Transferring a project will transfer all data associated to this project.
Path Parameters
- project_id integer required
ID of the project to change
- application/json
Request Body required
- organization_id integer
ID of the organization this project will be cloned to
Responses
- 200
- 400
- 403
- 404
- 500
Project was cloned
The body sent is invalid or user is not a manager or admin of the organization the project will be transfered to. Check the error message for more details
User is read-only or does not have the minimal required project role "MANAGER"
The project was not found
Something is wrong with the API.
Loading...