@@ -22,7 +22,7 @@ |
||
22 | 22 | * reply is not successful. |
23 | 23 | * |
24 | 24 | * @param OperationCommand $command The API call being executed. |
25 | - * @param string|array $resultPath The path to the actual result model. If |
|
25 | + * @param string $resultPath The path to the actual result model. If |
|
26 | 26 | * not provided, this will return the entire JSON response. |
27 | 27 | * @return array The top-level result JSON from the API call. |
28 | 28 | * @throws Exception if the result was not successful. |