Skip to main content
PUT
/
api
/
v1
/
misc
/
facebook
/
recommendations
/
{recommendationId}
/
comments
/
{commentId}
/
reply
Reply to a Facebook recommendation thread comment
curl --request PUT \
  --url https://api.bundle.social/api/v1/misc/facebook/recommendations/{recommendationId}/comments/{commentId}/reply \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "teamId": "<string>",
  "comment": "<string>"
}
'
{
  "id": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

recommendationId
string
required
commentId
string
required

Body

application/json

Body

teamId
string
required
comment
string
required
Required string length: 1 - 4096

Response

200

id
string
required