Actions
Bug #16939
closedBug #16112: Mythic Beasts DynDNS
Mythic Beasts DynDNS
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Dynamic DNS
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.7.2
Affected Architecture:
Description
This is a follow up to bug 16112. Apologies for raising a duplicate issue, but the bug tracker rejects my attempts to comment on the existing issue with:
"Plus target version cannot be blank"
Plus target version is not editable for me.
The comment I wanted to make:
I'm from Mythic Beasts (I wrote the DNS API) and ended up looking at this issue because one of our customers reported via support. The simple fix is to just replace the POST request with a PUT request. PUT requests will replace any existing records, but won't raise an error if there aren't any, so there's no need to check for existing records as suggested in the patch.
Actions