Skip to content

Commit

Permalink
fixed delete edge rule path value to string for guid
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshY committed Aug 31, 2024
1 parent f72795e commit 78018f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/API/Base/PullZone/DeleteEdgeRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function getMethod(): Method

public function getPath(): string
{
return 'pullzone/%d/edgerules/%d';
return 'pullzone/%d/edgerules/%s';
}

public function getHeaders(): array
Expand Down

0 comments on commit 78018f9

Please sign in to comment.