Bug #16939
closedBug #16112: Mythic Beasts DynDNS
Mythic Beasts DynDNS
0%
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.
Updated by Christopher Cope 6 days ago
- Status changed from New to Duplicate
- Parent task set to #16112
Thanks for the information!
I have created a simpler patch that just changes it to a put request.
If you are able to test it to confirm it is working as expected I can put in a merge request for it.
I'm closing this one as a duplicate, but I'll update the plus target version so you can comment on the other one.