mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Remove registry-lock-related fields from RegistrarPoc (#2818)
We've moved these over to the User class, so we should remove these for clarity. In addition, we should make it clear (in Java at least) that the field in the RegistryLock object refers to the email address used for the lock in question.
This commit is contained in:
@@ -379,9 +379,9 @@
|
||||
"type": "string",
|
||||
"description": "Name of the domain."
|
||||
},
|
||||
"registrarPocId": {
|
||||
"registryLockEmail": {
|
||||
"type": "string",
|
||||
"description": "Registrar point of contact ID."
|
||||
"description": "Email address of the requester."
|
||||
},
|
||||
"lockRequestTime": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user