summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-07-28 21:01:41 -0700
committerJohn L. Villalovos <john@sodarock.com>2022-07-28 21:01:41 -0700
commit271f6880dbb15b56305efc1fc73924ac26fb97ad (patch)
treef6d9faa21e616d6f77f682e230c6c61395275130 /docs/gl_objects
parent69014e9be3a781be6742478af820ea097d004791 (diff)
downloadgitlab-271f6880dbb15b56305efc1fc73924ac26fb97ad.tar.gz
chore(topics): 'title' is required when creating a topic
In GitLab >= 15.0 `title` is required when creating a topic.
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/topics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/topics.rst b/docs/gl_objects/topics.rst
index 0ca46d7..c9a3573 100644
--- a/docs/gl_objects/topics.rst
+++ b/docs/gl_objects/topics.rst
@@ -30,7 +30,7 @@ Get a specific topic by its ID::
Create a new topic::
- topic = gl.topics.create({"name": "my-topic"})
+ topic = gl.topics.create({"name": "my-topic", "title": "my title"})
Update a topic::