Add a custom domain to a project
curl --request POST \
--url https://api.case.dev/applications/v1/projects/{id}/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"gitBranch": "<string>"
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/applications/v1/projects/{id}/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"gitBranch": "<string>"
}
'