Prisma ORM 8 is here.Read the docs
Projects

Transfer project

Transfer the project with the given ID to the new owner's workspace

POST/v1/projects/{id}/transfer

Transfer the project with the given ID to the new owner's workspace

Authorization

AuthorizationBearer <token>

OAuth2 authentication

In: header

Scope: workspace:admin, offline_access

Path Parameters

id*string
Match^(proj_)?([cC][^\s-]{8,}|[a-z0-9]+)$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/projects/string/transfer" \  -H "Content-Type: application/json" \  -d '{    "recipientAccessToken": "string"  }'
Empty