Skip to content

Commit 09c0c28

Browse files
authored
fix: Correct route for deploy action (#723)
1 parent a3ebfb6 commit 09c0c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/API/Management/Actions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function deploy(
7070
])->isString();
7171

7272
return $this->getHttpClient()
73-
->method('post')->addPath(['actions', $id, 'deploy'])
73+
->method('post')->addPath(['actions', 'actions', $id, 'deploy'])
7474
->withOptions($options)
7575
->call();
7676
}

0 commit comments

Comments
 (0)