Skip to content

Commit 09fa764

Browse files
authored
MAGETWO-65189: [GitHub][PR] Fixed Doc Block for the dispatch method of the Rest Controller #8677
2 parents 53591c6 + f91418a commit 09fa764

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Webapi/Controller

1 file changed

+3
-0
lines changed

app/code/Magento/Webapi/Controller/Rest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ public function setDeploymentConfig(\Magento\Framework\App\DeploymentConfig $dep
200200
/**
201201
* Handle REST request
202202
*
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+
*
203206
* @param \Magento\Framework\App\RequestInterface $request
204207
* @return \Magento\Framework\App\ResponseInterface
205208
*/

0 commit comments

Comments
 (0)