bugfix: update platzi

- "username_claimed" is now set to "freddier" (the most popular user, just in case)
- error code and request method are now explicit.
- added trailing slash for consistency
This commit is contained in:
Moshi
2025-09-14 16:02:08 -05:00
parent 8635d68864
commit f0f37d841c
+5 -3
View File
@@ -2740,8 +2740,10 @@
},
"Platzi": {
"errorType": "status_code",
"url": "https://platzi.com/p/{}",
"errorCode": 404,
"url": "https://platzi.com/p/{}/",
"urlMain": "https://platzi.com/",
"username_claimed": "juan"
}
"username_claimed": "freddier",
"request_method": "GET"
}
}