cURL
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.
Body
The ID of the post/reel to edit
The updated message/text content of the post
200
Was this page helpful?