lego/providers/dns/easydns/internal/fixtures/add-record.json

15 lines
210 B
JSON
Raw Normal View History

2023-05-05 07:49:38 +00:00
{
"msg": "message",
"tm": 1,
"data": {
"id": "xxx",
"domain": "example.com",
"host": "test631",
"ttl": "300",
"prio": "0",
"type": "TXT",
"rdata": "txt"
},
"status": 201
}