curl --request PUT \
--url https://services.leadconnectorhq.com/blogs/posts/{postId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"locationId": "<string>",
"blogId": "<string>",
"imageUrl": "<string>",
"description": "<string>",
"rawHTML": "<string>",
"status": "<string>",
"wordCount": 123,
"readTimeInMinutes": 123,
"archived": true,
"imageAltText": "<string>",
"currentVersion": "<string>",
"metaData": {},
"categories": [
"<string>"
],
"tags": [
"<string>"
],
"author": "<string>",
"urlSlug": "<string>",
"canonicalLink": "<string>",
"importId": "<string>",
"type": "<string>",
"publishedAt": "<string>",
"scheduledAt": "2023-11-07T05:31:56Z",
"externalFonts": [
"<string>"
],
"originId": "<string>",
"tocStyle": "<string>",
"isAutoSave": true
}
'