[PR #776] [CLOSED] Provider Porkbun: Update delete API to allow arbitrary deletions #840

Closed
opened 2025-11-20 04:26:16 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/776
Author: @bentemple
Created: 7/27/2024
Status: Closed

Base: masterHead: ben.temple/porkbun-delete-api-tweak


📝 Commits (1)

  • 80d0849 Provider Porkbun: Update delete API to allow arbitrary deletions

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 internal/provider/providers/porkbun/api.go (+2 -2)
📝 internal/provider/providers/porkbun/provider.go (+1 -1)

📄 Description

Description

This updates the API to allow calling delete on any type. It's currently unused, but more closely matches how the API is documented.

Test-Plan

Used delete to delete A records and Alias records


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/776 **Author:** [@bentemple](https://github.com/bentemple) **Created:** 7/27/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ben.temple/porkbun-delete-api-tweak` --- ### 📝 Commits (1) - [`80d0849`](https://github.com/qdm12/ddns-updater/commit/80d0849cbe33ff02309da6e5e1a058e44958404e) Provider Porkbun: Update delete API to allow arbitrary deletions ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/provider/providers/porkbun/api.go` (+2 -2) 📝 `internal/provider/providers/porkbun/provider.go` (+1 -1) </details> ### 📄 Description # Description This updates the API to allow calling delete on any type. It's currently unused, but more closely matches how the API is documented. # Test-Plan Used delete to delete A records and Alias records --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#840