Skip to content

Commit 5e0bb31

Browse files
authored
Update Api.php
1 parent 177db70 commit 5e0bb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kong/Services/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function delete($api)
4545

4646
public function plugins($api, $body = [])
4747
{
48-
return $this->client->get('/apis/'.$api.'/plugins/');
48+
return $this->client->get('/apis/'.$api.'/plugins', ['body' => $body]);
4949
}
5050
}

0 commit comments

Comments
 (0)