projects
Accept project transfer request
Accept a project transfer request initated by another team.
The code
is generated using the POST /projects/:idOrName/transfer-request
endpoint.
PUT
Authorizations
Default authentication mechanism
Path Parameters
The code of the project transfer request.
Query Parameters
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Body
application/json
The desired name for the project
Maximum length:
100
Example:
"a-project-name"
Response
202
application/json
The project has been transferred successfully.
The response is of type object
.