v13
latestOpenAPI 3.0.32026-07-31359869.4 MBprojects
Accept project transfer request
Accept a project transfer request initated by another team. <br/> The code is generated using the POST /projects/:idOrName/transfer-request endpoint.
put/projects/transfer-request/{code}
Path parameters
codestring required
The code of the project transfer request.
The code of the project transfer request.
Query parameters
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Request body
Example request
{
"newProjectName": "a-project-name"
}Response
The project has been transferred successfully.