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.
2 parents 53591c6 + 09fa764 commit 26da100Copy full SHA for 26da100
app/code/Magento/Webapi/Controller/Rest.php
@@ -200,6 +200,9 @@ public function setDeploymentConfig(\Magento\Framework\App\DeploymentConfig $dep
200
/**
201
* Handle REST request
202
*
203
+ * Based on request decide is it schema request or API request and process accordingly.
204
+ * Throws Exception in case if cannot be processed properly.
205
+ *
206
* @param \Magento\Framework\App\RequestInterface $request
207
* @return \Magento\Framework\App\ResponseInterface
208
*/
0 commit comments