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.
The consumes definition for chat.postMessage may be application/json, but there is no JSON spec to choose from; the parameters are all formData parameter. JSON needs a request body parameter in OAS 2.0 (in OAS 3.0, any input parameter can be JSON).
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.
Description
The consumes definition for chat.postMessage may be application/json, but there is no JSON spec to choose from; the parameters are all formData parameter. JSON needs a request body parameter in OAS 2.0 (in OAS 3.0, any input parameter can be JSON).
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
all
Steps to reproduce:
Expected result:
JSON input defined in the schema
Actual result:
What actually happened
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
If attaching logs, please remove user data and tokens.
The text was updated successfully, but these errors were encountered: