You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Description
Current api spec is not accurate with what is available https://api.slack.com/methods
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
The current spec seems to be out of date and has the wrong method types.
An example is views.open is showing as a GET call even though it is a POST call
https://github.com/slackapi/slack-api-specs/blob/master/web-api/slack_web_openapi_v2.json#L26465-L26499
Can we please get the spec updated to the latest version
Expected result:
The api spec would be up to date with what the api has.
Actual result:
Spec causes requests to fail.
The text was updated successfully, but these errors were encountered: