Skip to content

Commit 9d6cf34

Browse files
authored
Merge pull request #4537 from gukoff/patch-1
Document GitHub serverside limit on URL length
2 parents 7087d25 + a2e5a91 commit 9d6cf34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Query parameters are optional parts of a URL you can customize to share a specif
2121

2222
You must have the proper permissions for any action to use the equivalent query parameter. For example, you must have permission to add a label to an issue to use the `labels` query parameter.
2323

24-
If you create an invalid URL using query parameters, or if you don’t have the proper permissions, the URL will return a 404 error page.
24+
If you create an invalid URL using query parameters, or if you don’t have the proper permissions, the URL will return a `404 Not Found` error page. If you create a URL that exceeds the server limit, the URL will return a `414 URI Too Long` error page.
2525

2626
### Supported query parameters
2727

0 commit comments

Comments
 (0)