Scalr\Tests\Functional\Api\V2\SpecSchema\SpecManager::getPathParameters PHP Method

getPathParameters() public method

Return endpoint parameters
public getPathParameters ( string $path ) : array
$path string Api endpoint
return array
    public function getPathParameters($path)
    {
        $this->checkPath($path);
        return $this->getPath('paths', $path, 'parameters');
    }