slackapi / slack-api-specs

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

On WebAPI missing examples, default and required fields on formData #26

Open MarioRuiz opened 5 years ago

MarioRuiz commented 5 years ago

Missing examples, default values and required fields in all the requests containing data with type in: formData, for example: chat_postMessage "operationId": "chat_postMessage", "parameters": [ { "description": "A JSON-based array of structured attachments, presented as a URL-encoded string.", "in": "formData", "name": "attachments", "type": "string" },