Commit e22f57ff authored by Timo Furrer's avatar Timo Furrer

Update lib/api/topics.rb, doc/api/topics.md

parent 8c777b84
......@@ -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.
......
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment