Skip to content

fix(web-api): add channel_id to canvases.create method#2505

Open
zimeg wants to merge 2 commits intomainfrom
zimeg-fix-webapi-canvas-create-channel
Open

fix(web-api): add channel_id to canvases.create method#2505
zimeg wants to merge 2 commits intomainfrom
zimeg-fix-webapi-canvas-create-channel

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Feb 4, 2026

Summary

This PR fixes #2472 with the addition of channel_id to the canvases.create method.

Requirements

@zimeg zimeg added this to the web-api@7.14.0 milestone Feb 4, 2026
@zimeg zimeg self-assigned this Feb 4, 2026
@zimeg zimeg requested a review from a team as a code owner February 4, 2026 19:28
@zimeg zimeg added bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch area:typescript issues that specifically impact using the package from typescript projects pkg:web-api applies to `@slack/web-api` labels Feb 4, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

🦋 Changeset detected

Latest commit: 135fa3f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@slack/web-api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.10%. Comparing base (f34cdba) to head (135fa3f).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2505   +/-   ##
=======================================
  Coverage   93.10%   93.10%           
=======================================
  Files          40       40           
  Lines       11250    11250           
  Branches      713      713           
=======================================
  Hits        10474    10474           
  Misses        764      764           
  Partials       12       12           
Flag Coverage Δ
cli-hooks 95.30% <ø> (ø)
cli-test 94.79% <ø> (ø)
oauth 77.39% <ø> (ø)
socket-mode 61.87% <ø> (ø)
web-api 98.11% <ø> (ø)
webhook 96.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zimeg zimeg enabled auto-merge (squash) February 5, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:typescript issues that specifically impact using the package from typescript projects bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented pkg:web-api applies to `@slack/web-api` semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

slack/web-api canvases.create - type error on channel_id

1 participant