We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e5bed4 + 8b0c480 commit 7a12959Copy full SHA for 7a12959
src/BigCommerce/Api/Scripts/ScriptsApi.php
@@ -20,8 +20,8 @@ class ScriptsApi extends UuidResourceApi
20
use UpdateResource;
21
use CreateResource;
22
23
- private const SCRIPT_ENDPOINT = 'content/scripts';
24
- private const SCRIPTS_ENDPOINT = 'content/scripts/%s';
+ private const SCRIPT_ENDPOINT = 'content/scripts/%s';
+ private const SCRIPTS_ENDPOINT = 'content/scripts';
25
26
public function get(): ScriptResponse
27
{
0 commit comments