Skip to content

Commit c492f83

Browse files
committed
Use FACEIT API endpoint for validation
1 parent 9ff8d2d commit c492f83

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

sherlock_project/resources/data.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3305,11 +3305,12 @@
33053305
"errorCode": 404,
33063306
"username_claimed": "blue"
33073307
},
3308-
"FACEIT": {
3309-
"errorType": "response_url",
3310-
"errorUrl": "https://www.faceit.com/en/notfound",
3308+
"FACEIT": {
3309+
"errorType": "message",
3310+
"errorMsg": "user not found",
33113311
"url": "https://www.faceit.com/en/players/{}",
33123312
"urlMain": "https://www.faceit.com/",
3313+
"urlProbe": "https://www.faceit.com/api/users/v1/nicknames/{}",
33133314
"username_claimed": "s1mple-"
33143315
}
33153316
}

0 commit comments

Comments
 (0)