mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[PR #38] [MERGED] added missing query (parameters) to URL in DELETE method #39
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-api-php/pull/38
Author: @lukasbruha
Created: 7/13/2025
Status: ✅ Merged
Merged: 7/14/2025
Merged by: @franklupo
Base:
master← Head:missing-delete-query-fix📝 Commits (1)
9555292added missing query (parameters) to URL in DELETE method (eg. getPrunebackups()->delete(...))📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
src/PveClientBase.php(+8 -0)📄 Description
DELETE method in PveClientBase::executeAction() had missing query in URL which is optionally expected sometimes, eg. in PVEStorageStorageNodeNodesPrunebackups::delete($prune_backups = null, $type = null, $vmid = null). Without this update delete() behavior cannot be influenced anyhow.
I have copied the same lines from GET method handling its URL query.
Can you merge this update it to master, please?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.