Previews transferring a project to a different organizations, shows eligibility and impact
post
/v2/projects/{ref}/transfers/previewsPath parameters
- refRequiredstring
Project ref
Body
- dataRequiredobject
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "data": {3 "type": "project_transfer_result",4 "attributes": {5 "valid": true,6 "warnings": [7 {8 "key": "lorem",9 "message": "lorem"10 }11 ],12 "errors": [13 {14 "key": "lorem",15 "message": "lorem"16 }17 ],18 "info": [19 {20 "key": "lorem",21 "message": "lorem"22 }23 ]24 }25 }26}