slackapi / slack-api-specs

Open API specifications for platform products by Slack
MIT License
222 stars 64 forks source link

Groups Create Child should be a GET #32

Open idyll opened 4 years ago

idyll commented 4 years ago

Groups Create Child should be a GET

groups_create_child is documented as a POST instead of a GET.

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

nmaludy commented 4 years ago

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.