Open idyll opened 4 years ago
groups_create_child is documented as a POST instead of a GET.
POST
GET
x
[ ]
You need to update the documentation for this API to be a GET.
See details here: https://api.slack.com/methods/groups.createChild
I was noticing other methods/paths have similar problems, example api.test should be a POST according to the docs https://api.slack.com/methods/api.test but it is described as a GET in the OpenAPI spec.
api.test
Groups Create Child should be a GET
groups_create_child is documented as a
POST
instead of aGET
.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
You need to update the documentation for this API to be a
GET
.See details here: https://api.slack.com/methods/groups.createChild