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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
d18c1012
Commit
d18c1012
authored
Jun 19, 2019
by
Alexandru Croitor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link issue statistics api endpoint in the docs
Adds the missing link to issues_statistics api endpoint
parent
30c447f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/api/README.md
doc/api/README.md
+3
-0
No files found.
doc/api/README.md
View file @
d18c1012
...
...
@@ -35,6 +35,7 @@ The following API resources are available in the project context:
|
[
Environments
](
environments.md
)
|
`/projects/:id/environments`
|
|
[
Events
](
events.md
)
|
`/projects/:id/events`
(also available for users and standalone) |
|
[
Issues
](
issues.md
)
|
`/projects/:id/issues`
(also available for groups and standalone) |
|
[
Issues Statistics
](
issues_statistics.md
)
|
`/projects/:id/issues_statistics`
(also available for groups and standalone) |
|
[
Issue boards
](
boards.md
)
|
`/projects/:id/boards`
|
|
[
Issue links
](
issue_links.md
)
**[STARTER]**
|
`/projects/:id/issues/.../links`
|
|
[
Jobs
](
jobs.md
)
|
`/projects/:id/jobs`
,
`/projects/:id/pipelines/.../jobs`
|
...
...
@@ -92,6 +93,7 @@ The following API resources are available in the group context:
|
[
Group-level variables
](
group_level_variables.md
)
|
`/groups/:id/variables`
|
|
[
Group milestones
](
group_milestones.md
)
|
`/groups/:id/milestones`
|
|
[
Issues
](
issues.md
)
|
`/groups/:id/issues`
(also available for projects and standalone) |
|
[
Issues Statistics
](
issues_statistics.md
)
|
`/groups/:id/issues_statistics`
(also available for projects and standalone) |
|
[
Members
](
members.md
)
|
`/groups/:id/members`
(also available for projects) |
|
[
Merge requests
](
merge_requests.md
)
|
`/groups/:id/merge_requests`
(also available for projects and standalone) |
|
[
Notes
](
notes.md
)
(
comments
)
|
`/groups/:id/epics/.../notes`
(also available for projects) |
...
...
@@ -116,6 +118,7 @@ The following API resources are available outside of project and group contexts
|
[
Geo Nodes
](
geo_nodes.md
)
**[PREMIUM ONLY]**
|
`/geo_nodes`
|
|
[
Import repository from GitHub
](
import.md
)
|
`/import/github`
|
|
[
Issues
](
issues.md
)
|
`/issues`
(also available for groups and projects) |
|
[
Issues Statistics
](
issues_statistics.md
)
|
`/issues_statistics`
(also available for groups and projects) |
|
[
Keys
](
keys.md
)
|
`/keys`
|
|
[
License
](
license.md
)
**[CORE ONLY]**
|
`/license`
|
|
[
Markdown
](
markdown.md
)
|
`/markdown`
|
...
...
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