Skip to main content
PATCH
/
api
/
v1
/
misc
/
facebook
/
post
Edit an existing Facebook post
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required
postId
string
required

The ID of the post/reel to edit

description
string

The updated message/text content of the post

Response

200

success
boolean
required