1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Correct 2**13 to 2**13 - 1

This commit is contained in:
Konstantin Gukov
2021-03-15 10:37:01 +01:00
committed by GitHub
parent 904a4e5216
commit e8cbb6c687

View File

@@ -23,7 +23,7 @@ You must have the proper permissions for any action to use the equivalent query
If you create an invalid URL using query parameters, or if you dont have the proper permissions, the URL will return a `404 Not Found` error page.
If you create an URL longer than 8192 bytes, the URL will return a `414 URI Too Long` error page.
If you create an URL longer than 8191 bytes, the URL will return a `414 URI Too Long` error page.
### Supported query parameters