Skip to content

Commit f91418a

Browse files
author
Oleksii Korshenko
committed
MAGETWO-65189: [GitHub][PR] Fixed Doc Block for the dispatch method of the Rest Controller #8677
- Merge Pull Request #8677 from vrann/magento2:rest-controller-dispatch-docblock-fix
2 parents da52d4a + f0d99be commit f91418a

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)