From bb7dd4025a395371ed976f16c67308401471e4ab Mon Sep 17 00:00:00 2001 From: unbreak Date: Mon, 9 May 2022 15:15:12 +0200 Subject: [PATCH] Update path for QA endpoint --- src/MyBusinessQA.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MyBusinessQA.php b/src/MyBusinessQA.php index 5c43c1eb09..c8bfec370d 100644 --- a/src/MyBusinessQA.php +++ b/src/MyBusinessQA.php @@ -63,7 +63,7 @@ public function __construct($clientOrConfig = [], $rootUrl = null) [ 'methods' => [ 'create' => [ - 'path' => 'v1/{+parent}', + 'path' => 'v1/{+parent}/questions', 'httpMethod' => 'POST', 'parameters' => [ 'parent' => [ @@ -83,7 +83,7 @@ public function __construct($clientOrConfig = [], $rootUrl = null) ], ], ],'list' => [ - 'path' => 'v1/{+parent}', + 'path' => 'v1/{+parent}/questions', 'httpMethod' => 'GET', 'parameters' => [ 'parent' => [