slackapi / slack-api-specs

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

Inconsistent type of response field in /conversations.open #39

Open pluehne opened 4 years ago

pluehne commented 4 years ago

Description

In the specification of the Web API endpoint /conversations.open, the type of the created field in the response is string, while it is integer in definitions/objs_conversation. I think this should be corrected to integer for consistency. The Slack API documentation also shows this field to be of integer type.

What type of issue is this?

Requirements