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
e22f57ff
Commit
e22f57ff
authored
Feb 16, 2022
by
Timo Furrer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update lib/api/topics.rb, doc/api/topics.md
parent
8c777b84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
doc/api/topics.md
doc/api/topics.md
+2
-0
lib/api/topics.rb
lib/api/topics.rb
+1
-1
No files found.
doc/api/topics.md
View file @
e22f57ff
...
...
@@ -206,6 +206,8 @@ curl --request PUT \
## Delete a project topic
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80725) in GitLab 14.9.
You must be an administrator to delete a project.
When you delete a project topic, you also delete the topic assignment for projects.
...
...
lib/api/topics.rb
View file @
e22f57ff
...
...
@@ -79,7 +79,7 @@ module API
end
desc
'Delete a topic'
do
detail
'This feature was introduced in GitLab 14.
8
.'
detail
'This feature was introduced in GitLab 14.
9
.'
end
params
do
requires
:id
,
type:
Integer
,
desc:
'ID of project topic'
...
...
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