feat: add administrative contact search

This commit is contained in:
Maël Gangloff
2025-11-09 02:16:53 +01:00
parent 46bd8165ed
commit b8ead5d53f
2 changed files with 62 additions and 14 deletions

View File

@@ -44,7 +44,14 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
],
provider: FindDomainCollectionFromEntityProvider::class,
parameters: [
'registrant' => new QueryParameter(description: 'The exact name of the registrant (case insensitive)', required: true),
'registrant' => new QueryParameter(
description: 'The exact name of the registrant contact (case insensitive)',
required: false
),
'administrative' => new QueryParameter(
description: 'The exact name of the administrative contact (case insensitive)',
required: false
),
]
),
new Get(