We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccbda6 commit 7dd40c6Copy full SHA for 7dd40c6
app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php
@@ -199,6 +199,8 @@ protected function getGeneralInfo()
199
}
200
201
/**
202
+ * List out consumes data type
203
+ *
204
* @return array
205
*/
206
protected function getConsumableDatatypes()
@@ -210,6 +212,8 @@ protected function getConsumableDatatypes()
210
212
211
213
214
215
+ * List out produces data type
216
217
218
219
protected function getProducibleDatatypes()
0 commit comments