curl --request PUT \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/posts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"summary": "<string>",
"scheduleTime": "2023-11-07T05:31:56Z"
}
'Update an existing social media post by its ID.
curl --request PUT \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/posts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"summary": "<string>",
"scheduleTime": "2023-11-07T05:31:56Z"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Successful response
Was this page helpful?