slackapi/python-slack-sdk

Is it possible to rename Canvas with Python Slack SDK?

simonasmulevicius-humbility opened this issue · 1 comments

Hey, we are using slack_sdk==3.33.1

And we would like to periodically rename our canvases (this is a sort-of-workaround for sticky headers in Slack chats :D )

I've found that you provide canvases.edit API (https://api.slack.com/methods/canvases.edit). But it doesnt allow us to change the name of the canvas as it has just document_content inside its changes parameter. Should we use https://api.slack.com/methods/canvases.create instead and recreate old canvases with new names or is there a cleaner solution?

Hi @simonasmulevicius-humbility, thank you so much for writing in! Unfortunately, the set of canvas APIs does not yet support editing a document's title at this moment, and we don't have anthing that we can share about the immediate future plans. For future platform updates, please regularly check https://api.slack.com/changelog or its RSS feed (https://api.slack.com/changelog.rss) and/or contact our supoprt team via /feedback in your Slack workspace.