curl --request POST \
--url https://services.leadconnectorhq.com/blogs/authors/update-canonical \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"asset": [
"<string>"
]
}
'curl --request POST \
--url https://services.leadconnectorhq.com/blogs/authors/update-canonical \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"asset": [
"<string>"
]
}
'Was this page helpful?