cURL
curl --request PATCH \ --url https://api.bundle.social/api/v1/misc/reddit/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 selftext content of a published Reddit text post. Link and media posts cannot be edited.
Body
The ID of the post to edit (without prefix)
The updated text content (selftext for text posts, works for all editable post types)
200
Was this page helpful?