Sites & Content
funnels, forms & media api
cURL
curl --request PUT \ --url https://services.leadconnectorhq.com/blogs/site/import/csv/{linkId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "locationId": "<string>", "blogData": [ {} ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of blog data objects to update
Was this page helpful?