Skip to content

Commit

Permalink
Merge pull request #135 from ToshY/bug/134
Browse files Browse the repository at this point in the history
Fixed delete edge rule path value to string for guid
  • Loading branch information
ToshY authored Aug 31, 2024
2 parents f72795e + 78018f9 commit 81d19df
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 81d19df

Please sign in to comment.