lego/providers/dns/beget/internal/fixtures/answer_error.json
cfif-31 621d9d0d0e
Add DNS provider for Beget.com (#1879)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-09-29 11:36:53 +02:00

12 lines
218 B
JSON

{
"status": "success",
"answer": {
"status": "error",
"errors": [
{
"error_code": "INVALID_DATA",
"error_text": "Login length cannot be greater than 12 characters"
}
]
}
}