Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Spec version is out of date with what the api allows #75

Open
5 of 9 tasks
myinisjap opened this issue Jul 5, 2023 · 0 comments
Open
5 of 9 tasks

Spec version is out of date with what the api allows #75

myinisjap opened this issue Jul 5, 2023 · 0 comments

Comments

@myinisjap
Copy link

myinisjap commented Jul 5, 2023

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 [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant