cURL
curl --request PATCH \ --url https://api.bundle.social/api/v1/misc/slack/message \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "postId": "<string>", "description": "<string>" } '
{ "success": true, "permalink": "<string>" }
Update the text content of a published Slack message.
Body
The ID of the post in our database
The updated message text
200
Was this page helpful?