cURL
curl --request PATCH \ --url https://api-v2.missioninbox.com/domain/{id}/change-project/ \ --header 'Content-Type: application/json' \ --data '{ "project_id": 123 }'
{ "message": "<string>", "project_id": 123 }
Move a domain to a different project.
A unique integer value identifying this domain.
New project ID
Domain moved to new project successfully