Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
8b6adeab
Commit
8b6adeab
authored
Jan 24, 2019
by
Cynthia Ng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
d6239b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/api/README.md
doc/api/README.md
+2
-2
No files found.
doc/api/README.md
View file @
8b6adeab
...
...
@@ -440,7 +440,7 @@ Additional pagination headers are also sent back.
CAUTION:
**Caution:**
For performance reasons since
[
GitLab 11.8
]
[
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23931
]
[
GitLab 11.8
]
(
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23931
)
and
**
behind the
`api_kaminari_count_with_limit`
[
feature flag
](
../development/feature_flags.md
)
**
, if the number of resources is
more than 10,000, the
`X-Total`
and
`X-Total-Pages`
headers as well as the
...
...
@@ -604,7 +604,7 @@ Content-Type: application/json
## Encoding `+` in ISO 8601 dates
If you need to include a
`+`
in a query parameter, you may need to use
`%2B`
instead due
a
[
W3 recommendation
](
http://www.w3.org/Addressing/URL/4_URI_Recommentations.html
)
that
to
a
[
W3 recommendation
](
http://www.w3.org/Addressing/URL/4_URI_Recommentations.html
)
that
causes a
`+`
to be interpreted as a space. For example, in an ISO 8601 date, you may want to pass
a time in Mountain Standard Time, such as:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment