slackapi / slack-api-specs

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

Missing response schema for search.messages endpoint #47

Open damienalexandre opened 3 years ago

damienalexandre commented 3 years ago

Description

The https://api.slack.com/methods/search.messages endpoint response is not specified:

https://github.com/slackapi/slack-api-specs/blob/760ee9843ec8045ce3f62edd451751b0353acead/web-api/slack_web_openapi_v2_without_examples.json#L18823-L18929

We only have the "ok" field, not all the data fields of the results. This is an issue when trying to generate compatible client (https://github.com/jolicode/slack-php-api/issues/59).

What type of issue is this? (place an x in one of the [ ])

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