cURL
curl --request PATCH \ --url https://api.bundle.social/api/v1/misc/reddit/comment \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "commentId": "<string>", "text": "<string>" } '
{ "success": true, "permalink": "<string>" }
Update the text content of a published Reddit comment.
Documentation IndexFetch the complete documentation index at: https://info.bundle.social/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
Body
The ID of the comment in bundle.social
The updated comment text
1 - 10000
200
Was this page helpful?