Allow adding 3 nameserver addresses (#1588)

This commit is contained in:
Maycon Santos
2024-02-19 14:29:20 +01:00
committed by GitHub
parent 0afd738509
commit cb3408a10b
3 changed files with 14 additions and 4 deletions

View File

@@ -904,7 +904,7 @@ components:
nameservers:
description: Nameserver list
minLength: 1
maxLength: 2
maxLength: 3
type: array
items:
$ref: '#/components/schemas/Nameserver'