curl --request PUT \
--url https://services.leadconnectorhq.com/funnels/domain/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"robotsTxtCode": "<string>",
"defaultPage": "<string>",
"defaultDomain": true,
"XMLMappingPath": "<string>",
"XMLMappingUrl": "<string>",
"deleted": true,
"companyId": "<string>",
"errorPage": "<string>",
"url": "<string>",
"isMigrated": true,
"nameServer": "<string>",
"provider": "<string>"
}
'curl --request PUT \
--url https://services.leadconnectorhq.com/funnels/domain/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"robotsTxtCode": "<string>",
"defaultPage": "<string>",
"defaultDomain": true,
"XMLMappingPath": "<string>",
"XMLMappingUrl": "<string>",
"deleted": true,
"companyId": "<string>",
"errorPage": "<string>",
"url": "<string>",
"isMigrated": true,
"nameServer": "<string>",
"provider": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?