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
26702212
Commit
26702212
authored
Aug 21, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
744c0166
d35788d7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc/api/boards.md
doc/api/boards.md
+1
-1
doc/api/group_boards.md
doc/api/group_boards.md
+1
-1
doc/api/issues.md
doc/api/issues.md
+1
-1
doc/api/merge_requests.md
doc/api/merge_requests.md
+1
-1
No files found.
doc/api/boards.md
View file @
26702212
...
...
@@ -466,7 +466,7 @@ Example response:
## Delete a board list
Only for admins and project owners.
Soft d
eletes the board list in question.
Only for admins and project owners.
D
eletes the board list in question.
```
DELETE /projects/:id/boards/:board_id/lists/:list_id
...
...
doc/api/group_boards.md
View file @
26702212
...
...
@@ -536,7 +536,7 @@ Example response:
## Delete a group issue board list
Only for admins and group owners.
Soft d
eletes the board list in question.
Only for admins and group owners.
D
eletes the board list in question.
```
DELETE /groups/:id/boards/:board_id/lists/:list_id
...
...
doc/api/issues.md
View file @
26702212
...
...
@@ -788,7 +788,7 @@ the `weight` parameter:
## Delete an issue
Only for admins and project owners.
Soft d
eletes the issue in question.
Only for admins and project owners.
D
eletes the issue in question.
```
DELETE /projects/:id/issues/:issue_iid
...
...
doc/api/merge_requests.md
View file @
26702212
...
...
@@ -1127,7 +1127,7 @@ the `approvals_before_merge` parameter:
## Delete a merge request
Only for admins and project owners.
Soft d
eletes the merge request in question.
Only for admins and project owners.
D
eletes the merge request in question.
```
DELETE /projects/:id/merge_requests/:merge_request_iid
...
...
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