Update discord-backup-code.yaml
parent
81e6a99626
commit
9015194526
|
@ -9,16 +9,18 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/discord-backup-codes.txt"
|
||||
- "{{BaseURL}}/discord_backup_codes.txt"
|
||||
- '{{BaseURL}}/discord-backup-codes.txt'
|
||||
- '{{BaseURL}}/discord_backup_codes.txt'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- '[0-9A-Za-z]{4}\-[0-9A-Za-z]{4}'
|
||||
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- '[0-9A-Za-z]{4}\-[0-9A-Za-z]{4}'
|
||||
|
|
Loading…
Reference in New Issue