Skip to content

Commit 76a04a6

Browse files
authored
Update content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
Simplifying language and bringing into line with our standards
1 parent e8cbb6c commit 76a04a6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Query parameters are optional parts of a URL you can customize to share a specif
1919

2020
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.
2121

22-
### Errors
23-
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.
25-
26-
If you create an URL longer than 8191 bytes, the URL will return a `414 URI Too Long` error page.
22+
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.
2723

2824
### Supported query parameters
2925

0 commit comments

Comments
 (0)