bolt-python icon indicating copy to clipboard operation
bolt-python copied to clipboard

Docs claim there are Slack Lists methods. There are not

Open transcental opened this issue 3 months ago • 1 comments

In the Slack developer docs, it claims that there are methods on the WebClient for interacting with Slack Lists. These functions do not actually exist.

The page URLs

  • https://docs.slack.dev/reference/methods/slackLists.access.delete
  • https://docs.slack.dev/reference/methods/slackLists.access.set
  • https://docs.slack.dev/reference/methods/slackLists.create
  • https://docs.slack.dev/reference/methods/slackLists.download.get
  • https://docs.slack.dev/reference/methods/slackLists.download.start
  • https://docs.slack.dev/reference/methods/slackLists.items.create
  • https://docs.slack.dev/reference/methods/slackLists.items.delete
  • https://docs.slack.dev/reference/methods/slackLists.items.deleteMultiple
  • https://docs.slack.dev/reference/methods/slackLists.items.info
  • https://docs.slack.dev/reference/methods/slackLists.items.list
  • https://docs.slack.dev/reference/methods/slackLists.items.update
  • https://docs.slack.dev/reference/methods/slackLists.update

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

transcental avatar Nov 19 '25 19:11 transcental

Hi @transcental 👋🏻

Thanks for the heads up! Our team also noticed this recently and today we've merged PR https://github.com/slackapi/python-slack-sdk/pull/1772 to add the slackLists.* methods to the Python SDK. Huge thanks to @srtaalej for the PR!

We'll publish a new release soon and we can close this issue once the SDK is published 🙂

mwbrooks avatar Nov 19 '25 20:11 mwbrooks