File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ When you submit any image-based captcha use can provide additional options to he
8484| Option | Default Value | Description |
8585| ------------- | ------------- | -------------------------------------------------------------------------------------------------- |
8686| numeric | 0 | Defines if captcha contains numeric or other symbols [ see more info in the API docs] [ post options ] |
87- | minLength | 0 | minimal answer lenght |
88- | maxLength | 0 | maximum answer length |
87+ | minLen | 0 | minimal answer lenght |
88+ | maxLen | 0 | maximum answer length |
8989| phrase | 0 | defines if the answer contains multiple words or not |
9090| caseSensitive | 0 | defines if the answer is case sensitive |
9191| calc | 0 | defines captcha requires calculation |
Original file line number Diff line number Diff line change @@ -601,6 +601,8 @@ def rename_params(self, params):
601601 'caseSensitive' : 'regsense' ,
602602 'minLen' : 'min_len' ,
603603 'maxLen' : 'max_len' ,
604+ 'minLength' : 'min_len' ,
605+ 'maxLength' : 'max_len' ,
604606 'hintText' : 'textinstructions' ,
605607 'hintImg' : 'imginstructions' ,
606608 'url' : 'pageurl' ,
You can’t perform that action at this time.
0 commit comments