diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-07-28 21:01:41 -0700 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-07-28 21:01:41 -0700 |
| commit | 271f6880dbb15b56305efc1fc73924ac26fb97ad (patch) | |
| tree | f6d9faa21e616d6f77f682e230c6c61395275130 /docs/gl_objects | |
| parent | 69014e9be3a781be6742478af820ea097d004791 (diff) | |
| download | gitlab-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.rst | 2 |
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:: |
