Skip to main content
PATCH
/
domain
/
{id}
/
change-project
/
Change domain project
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
}

Path Parameters

id
integer
required

A unique integer value identifying this domain.

Body

project_id
integer

New project ID

Response

message
string
required

Domain moved to new project successfully

project_id
integer
required

New project ID