curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/facebook/post \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"postId": "<string>",
"description": "<string>"
}
'{
"success": true,
"permalink": "<string>"
}Update the message/content of a published Facebook post or reel. Note: Only text content can be edited, media cannot be changed.
curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/facebook/post \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"postId": "<string>",
"description": "<string>"
}
'{
"success": true,
"permalink": "<string>"
}Was this page helpful?