-
Notifications
You must be signed in to change notification settings - Fork 682
conversations.canvases.create not compliant with API Reference #2258
Copy link
Copy link
Closed
Labels
area:typescriptissues that specifically impact using the package from typescript projectsissues that specifically impact using the package from typescript projectsbugM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedpkg:web-apiapplies to `@slack/web-api`applies to `@slack/web-api`
Milestone
Metadata
Metadata
Assignees
Labels
area:typescriptissues that specifically impact using the package from typescript projectsissues that specifically impact using the package from typescript projectsbugM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedpkg:web-apiapplies to `@slack/web-api`applies to `@slack/web-api`
Type
Fields
Give feedbackNo fields configured for issues without a type.
The method
conversations.canvases.createis missing the property title from the API Reference.Packages:
Select all that apply:
@slack/web-api@slack/rtm-api@slack/webhooks@slack/oauth@slack/socket-mode@slack/typesReproducible in:
The Slack SDK version
Node.js runtime version
# node -v v20.3.0OS info
ProductName: macOS ProductVersion: 15.2 BuildVersion: 24C101 Darwin Kernel Version 24.2.0: Fri Dec 6 18:56:34 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6020Steps to reproduce:
client.conversations.canvases.createwith atitleExpected result:
Title should be an accepted param according to the API Reference
Actual result:
type error