Another RDAP update

This commit is contained in:
Pinga 2025-04-29 10:13:36 +03:00
parent 89ea2432df
commit d01a6e7a21
2 changed files with 8 additions and 4 deletions

View file

@ -980,7 +980,8 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) {
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID"
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
]
],
"roles" => ["registrar"],
@ -2899,7 +2900,8 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c,
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID"
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
]
],
"roles" => ["registrar"],

View file

@ -980,7 +980,8 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) {
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID"
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
]
],
"roles" => ["registrar"],
@ -2899,7 +2900,8 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c,
"publicIds" => [
[
"identifier" => (string)$registrarDetails['iana_id'],
"type" => "IANA Registrar ID"
"type" => "IANA Registrar ID",
"value" => (string)$registrarDetails['iana_id']
]
],
"roles" => ["registrar"],