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
08de73eb
Commit
08de73eb
authored
Jan 21, 2021
by
Jonston Chan
Committed by
Marcin Sedlak-Jakubowski
Jan 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: fix linting errors in doc/api/boards.md
parent
58432c3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
doc/api/boards.md
doc/api/boards.md
+3
-3
doc/api/epic_links.md
doc/api/epic_links.md
+2
-1
doc/user/project/issues/issue_data_and_actions.md
doc/user/project/issues/issue_data_and_actions.md
+1
-1
No files found.
doc/api/boards.md
View file @
08de73eb
...
...
@@ -8,8 +8,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Every API call to boards must be authenticated.
If a user is not a member of a pr
oject and the project is private, a
`GET`
request on that project will result to
a
`404`
status code.
If a user is not a member of a pr
ivate project,
a
`GET`
request on that project results in
a
`404`
status code.
## List project issue boards
...
...
@@ -488,7 +488,7 @@ Example response:
## Delete a board list from a board
Only for admin
s and project owners. Deletes the board list in question
.
Only for admin
istrators and project owners. Deletes a board list
.
```
plaintext
DELETE /projects/:id/boards/:board_id/lists/:list_id
...
...
doc/api/epic_links.md
View file @
08de73eb
...
...
@@ -12,7 +12,8 @@ Manages parent-child [epic relationships](../user/group/epics/index.md#multi-lev
Every API call to
`epic_links`
must be authenticated.
If a user makes a
`GET`
request to a private group they are not a member of, the result is a
`404`
status code.
If a user is not a member of a private group, a
`GET`
request on that
group results in a
`404`
status code.
Multi-level Epics are available only in GitLab
[
Ultimate/Gold
](
https://about.gitlab.com/pricing/
)
.
If the Multi-level Epics feature is not available, a
`403`
status code is returned.
...
...
doc/user/project/issues/issue_data_and_actions.md
View file @
08de73eb
...
...
@@ -291,7 +291,7 @@ supports [GitLab Flavored Markdown](../../markdown.md#gitlab-flavored-markdown-g
After you write a comment, you can:
-
Click
**Comment**
and
to publish your comment.
-
Click
**Comment**
to publish your comment.
-
Choose
**Start thread**
from the dropdown list and start a new
[
thread
](
../../discussions/index.md#threaded-discussions
)
in that issue's main thread to discuss specific points. This invites other participants
to reply directly to your thread, keeping related comments grouped together.
...
...
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