mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-05 02:23:27 +02:00
Another RDAP update
This commit is contained in:
parent
89ea2432df
commit
d01a6e7a21
2 changed files with 8 additions and 4 deletions
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue