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
df17edc6
Commit
df17edc6
authored
Jul 03, 2019
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate info from API docs
parent
cc6e4ded
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
110 deletions
+0
-110
doc/api/group_boards.md
doc/api/group_boards.md
+0
-53
doc/api/protected_branches.md
doc/api/protected_branches.md
+0
-57
No files found.
doc/api/group_boards.md
View file @
df17edc6
...
...
@@ -123,59 +123,6 @@ Example response:
]
```
Users on GitLab
[
Premium, Silver, or higher
](
https://about.gitlab.com/pricing/
)
will see
different parameters, due to the ability to have multiple group boards. Refer to the table
above to see what enpoint(s) belong to each tier.
Example response:
```
json
[
{
"id"
:
1
,
"name:"
:
"group issue board"
,
"group"
:
{
"id"
:
5
,
"name"
:
"Documentcloud"
,
"web_url"
:
"http://example.com/groups/documentcloud"
},
"milestone"
:
{
"id"
:
12
"title"
:
"10.0"
},
"lists"
:
[
{
"id"
:
1
,
"label"
:
{
"name"
:
"Testing"
,
"color"
:
"#F0AD4E"
,
"description"
:
null
},
"position"
:
1
},
{
"id"
:
2
,
"label"
:
{
"name"
:
"Ready"
,
"color"
:
"#FF0000"
,
"description"
:
null
},
"position"
:
2
},
{
"id"
:
3
,
"label"
:
{
"name"
:
"Production"
,
"color"
:
"#FF5F00"
,
"description"
:
null
},
"position"
:
3
}
]
}
]
```
## Single board
Gets a single board.
...
...
doc/api/protected_branches.md
View file @
df17edc6
...
...
@@ -82,36 +82,6 @@ Example response:
]
```
Users on GitLab
[
Starter, Bronze, or higher
](
https://about.gitlab.com/pricing/
)
will also see
the
`user_id`
and
`group_id`
parameters:
Example response:
```
json
[
{
"name"
:
"master"
,
"push_access_levels"
:
[
{
"access_level"
:
40
,
"user_id"
:
null
,
"group_id"
:
null
,
"access_level_description"
:
"Maintainers"
}
],
"merge_access_levels"
:
[
{
"access_level"
:
null
,
"user_id"
:
null
,
"group_id"
:
1234
,
"access_level_description"
:
"Example Merge Group"
}
]
},
...
]
```
## Get a single protected branch or wildcard protected branch
Gets a single protected branch or wildcard protected branch.
...
...
@@ -176,33 +146,6 @@ Example response:
}
```
Users on GitLab
[
Starter, Bronze, or higher
](
https://about.gitlab.com/pricing/
)
will also see
the
`user_id`
and
`group_id`
parameters:
Example response:
```
json
{
"name"
:
"master"
,
"push_access_levels"
:
[
{
"access_level"
:
40
,
"user_id"
:
null
,
"group_id"
:
null
,
"access_level_description"
:
"Maintainers"
}
],
"merge_access_levels"
:
[
{
"access_level"
:
null
,
"user_id"
:
null
,
"group_id"
:
1234
,
"access_level_description"
:
"Example Merge Group"
}
]
}
```
## Protect repository branches
Protects a single repository branch or several project repository
...
...
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