Skip to main content

Contest reason validation rules for length limits, content restrictions, and character requirements

Reason

ContestReasonHasUnsupportedCharacter

Preconditions
reason is present
DefinitionSeverityAPISampleMode
Validate that reason does not include an unsupported character
VIOLATION
POST
Link
S

ContestReasonLengthMustNotExceedMaximum

Preconditions
reason is present
DefinitionSeverityAPISampleMode
Validate that reason length does not exceed a maximum value (255)
VIOLATION
POST
Link
S

ContestReasonMustNotBeDummyCharacters

Preconditions
reason is present
DefinitionSeverityAPISampleMode
Validate that reason is not dummy characters
VIOLATION
POST
Link
S

ContestReasonMustNotBeEmpty

Preconditions
reason is present
DefinitionSeverityAPISampleMode
Validate that reason is not an empty string
VIOLATION
POST
S

ContestReasonMustNotIncludeURL

Preconditions
reason is present
DefinitionSeverityAPISampleMode
Validate that reason does not include a URL
VIOLATION
POST
Link
S