curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/mastodon/comment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"commentId": "<string>",
"text": "<string>",
"spoilerText": "<string>"
}
'{
"success": true,
"permalink": "<string>"
}Update the text content of a published Mastodon reply/comment.
curl --request PATCH \
--url https://api.bundle.social/api/v1/misc/mastodon/comment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"commentId": "<string>",
"text": "<string>",
"spoilerText": "<string>"
}
'{
"success": true,
"permalink": "<string>"
}Body
Was this page helpful?