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.
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>"
}Body
Was this page helpful?