File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ $bunnyHttpClient->request(
4444``` php
4545$bunnyHttpClient->request(
4646 new \ToshY\BunnyNet\Model\Api\Base\AbuseCase\GetDmcaCase(
47- path: [
48- 'id' => 1,
49- ],
47+ id: 1,
5048 )
5149);
5250```
@@ -60,9 +58,7 @@ $bunnyHttpClient->request(
6058``` php
6159$bunnyHttpClient->request(
6260 new \ToshY\BunnyNet\Model\Api\Base\AbuseCase\GetAbuseCase(
63- path: [
64- 'id' => 1,
65- ],
61+ id: 1,
6662 )
6763);
6864```
@@ -76,9 +72,7 @@ $bunnyHttpClient->request(
7672``` php
7773$bunnyHttpClient->request(
7874 new \ToshY\BunnyNet\Model\Api\Base\AbuseCase\ResolveDmcaCase(
79- path: [
80- 'id' => 1,
81- ],
75+ id: 1,
8276 )
8377);
8478```
@@ -88,9 +82,7 @@ $bunnyHttpClient->request(
8882``` php
8983$bunnyHttpClient->request(
9084 new \ToshY\BunnyNet\Model\Api\Base\AbuseCase\ResolveAbuseCase(
91- path: [
92- 'id' => 1,
93- ],
85+ id: 1,
9486 )
9587);
9688```
@@ -100,9 +92,7 @@ $bunnyHttpClient->request(
10092``` php
10193$bunnyHttpClient->request(
10294 new \ToshY\BunnyNet\Model\Api\Base\AbuseCase\CheckAbuseCase(
103- path: [
104- 'id' => 1,
105- ],
95+ id: 1,
10696 )
10797);
10898```
@@ -260,9 +250,7 @@ $bunnyHttpClient->request(
260250``` php
261251$bunnyHttpClient->request(
262252 new \ToshY\BunnyNet\Model\Api\Base\Billing\GetBillingSummaryPDF(
263- path: [
264- 'billingRecordId' => 1,
265- ],
253+ billingRecordId: 1,
266254 )
267255);
268256```
You can’t perform that action at this time.
0 commit comments