We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ebfb6 commit 09c0c28Copy full SHA for 09c0c28
src/API/Management/Actions.php
@@ -70,7 +70,7 @@ public function deploy(
70
])->isString();
71
72
return $this->getHttpClient()
73
- ->method('post')->addPath(['actions', $id, 'deploy'])
+ ->method('post')->addPath(['actions', 'actions', $id, 'deploy'])
74
->withOptions($options)
75
->call();
76
}
0 commit comments