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
Tatuya Kamada
gitlab-ce
Commits
073c8a29
Commit
073c8a29
authored
Oct 06, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5230 from cmckni3/patch-1
Fix invalid json in API docs
parents
83c727c5
4ee78342
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
doc/api/groups.md
doc/api/groups.md
+14
-14
doc/api/issues.md
doc/api/issues.md
+0
-1
No files found.
doc/api/groups.md
View file @
073c8a29
...
...
@@ -83,22 +83,22 @@ GET /groups/:id/members
```
json
[
{
id
:
1
,
username
:
"raymond_smith"
,
email
:
"ray@smith.org"
,
name
:
"Raymond Smith"
,
state
:
"active"
,
created_at
:
"2012-10-22T14:13:35Z"
,
access_level
:
30
"id"
:
1
,
"username"
:
"raymond_smith"
,
"email"
:
"ray@smith.org"
,
"name"
:
"Raymond Smith"
,
"state"
:
"active"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
},
{
id
:
2
,
username
:
"john_doe"
,
email
:
"joh@doe.org"
,
name
:
"John Doe"
,
state
:
"active"
,
created_at
:
"2012-10-22T14:13:35Z"
,
access_level
:
30
"id"
:
2
,
"username"
:
"john_doe"
,
"email"
:
"joh@doe.org"
,
"name"
:
"John Doe"
,
"state"
:
"active"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
}
]
```
...
...
doc/api/issues.md
View file @
073c8a29
...
...
@@ -190,4 +190,3 @@ Parameters:
+
`id`
(required) - The project ID
+
`issue_id`
(required) - The ID of the issue
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