Accept a project transfer request initated by another team.
The code
is generated using the POST /projects/:idOrName/transfer-request
endpoint.
Default authentication mechanism
The code of the project transfer request.
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
The project has been transferred successfully.
The response is of type object
.
Accept a project transfer request initated by another team.
The code
is generated using the POST /projects/:idOrName/transfer-request
endpoint.
Default authentication mechanism
The code of the project transfer request.
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
The project has been transferred successfully.
The response is of type object
.