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.
1 parent 177db70 commit 5e0bb31Copy full SHA for 5e0bb31
Kong/Services/Api.php
@@ -45,6 +45,6 @@ public function delete($api)
45
46
public function plugins($api, $body = [])
47
{
48
- return $this->client->get('/apis/'.$api.'/plugins/');
+ return $this->client->get('/apis/'.$api.'/plugins', ['body' => $body]);
49
}
50
0 commit comments