curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/site/import/link/{importId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"selectedItems": [
"<string>"
]
}
'curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/site/import/link/{importId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"selectedItems": [
"<string>"
]
}
'Was this page helpful?