1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-11 06:10:00 +02:00
lego/providers/dns/liara/internal/fixtures/RecordsResponse.json
2022-11-26 02:06:08 +00:00

13 lines
184 B
JSON

{
"status": "string",
"data": [
{
"id": "string",
"name": "string",
"type": "string",
"ttl": 3600,
"contents": [{ "text": "string" }]
}
]
}