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.