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:
mcilwain 2017-10-18 09:05:10 -07:00 committed by jianglai
parent 77ee3e3544
commit e62e1af863
5 changed files with 43 additions and 40 deletions

View file

@ -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