summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-12-11 15:33:39 +0100
committerJohn Villalovos <john@sodarock.com>2021-12-11 10:25:08 -0800
commite3035a799a484f8d6c460f57e57d4b59217cd6de (patch)
treec6c37fb24df6da686f070bc55ddcafaab76250ff /docs/gl_objects
parent49af15b3febda5af877da06c3d8c989fbeede00a (diff)
downloadgitlab-e3035a799a484f8d6c460f57e57d4b59217cd6de.tar.gz
chore(api): temporarily remove topic delete endpoint
It is not yet available upstream.
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/topics.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/gl_objects/topics.rst b/docs/gl_objects/topics.rst
index 0ca46d7..5765d63 100644
--- a/docs/gl_objects/topics.rst
+++ b/docs/gl_objects/topics.rst
@@ -39,10 +39,3 @@ Update a topic::
# or
gl.topics.update(topic_id, {"description": "My new topic"})
-
-Delete a topic::
-
- topic.delete()
-
- # or
- gl.topics.delete(topic_id)