mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Remove unnecessary record field in Record.delete()
refferring to pdns api documentation the fields inside the of the entry delete json is not necessary.
This commit is contained in:
parent
d224bd6798
commit
43f1289b98
@ -1049,10 +1049,6 @@ class Record(object):
|
||||
"type": self.type,
|
||||
"changetype": "DELETE",
|
||||
"records": [
|
||||
{
|
||||
"name": self.name,
|
||||
"type": self.type
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user