mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Rename ClaimsCheckFlow to DomainClaimsCheckFlow
This way it is consistent with the rest of our domain-related flows, which consistently use the Domain* prefix. Note that claims checks are just a special case of domain checks anyway, which run under DomainCheckFlow. This will make dashboards looking at domain commands "just work" with a regexp of Domain.*, without having to special-case in ClaimsCheck. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=172608964
This commit is contained in:
@@ -1,26 +1,5 @@
|
||||
# Nomulus EPP Command API Documentation
|
||||
|
||||
## ClaimsCheckFlow
|
||||
|
||||
### Description
|
||||
|
||||
An EPP flow that checks whether strings are trademarked.
|
||||
|
||||
|
||||
### Errors
|
||||
|
||||
* 2002
|
||||
* Command is not allowed in the current registry phase.
|
||||
* Claims checks are not allowed during sunrise.
|
||||
* 2004
|
||||
* Domain name is under tld which doesn't exist.
|
||||
* 2201
|
||||
* Registrar is not authorized to access this TLD.
|
||||
* 2304
|
||||
* The claims period for this TLD has ended.
|
||||
* 2306
|
||||
* Too many resource checks requested in one check command.
|
||||
|
||||
## ContactCheckFlow
|
||||
|
||||
### Description
|
||||
@@ -504,6 +483,27 @@ information.
|
||||
* By server policy, fee check names must be listed in the availability
|
||||
check.
|
||||
|
||||
## DomainClaimsCheckFlow
|
||||
|
||||
### Description
|
||||
|
||||
An EPP flow that checks whether domain labels are trademarked.
|
||||
|
||||
|
||||
### Errors
|
||||
|
||||
* 2002
|
||||
* Command is not allowed in the current registry phase.
|
||||
* Claims checks are not allowed during sunrise.
|
||||
* 2004
|
||||
* Domain name is under tld which doesn't exist.
|
||||
* 2201
|
||||
* Registrar is not authorized to access this TLD.
|
||||
* 2304
|
||||
* The claims period for this TLD has ended.
|
||||
* 2306
|
||||
* Too many resource checks requested in one check command.
|
||||
|
||||
## DomainCreateFlow
|
||||
|
||||
### Description
|
||||
|
||||
Reference in New Issue
Block a user