You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions."
-`description` (String) A text describing the topic
42
+
-`avatar` (String) A local path to the avatar image to upload. **Note**: not available for imported resources.
43
+
-`avatar_hash` (String) The hash of the avatar image. Use `filesha256("path/to/avatar.png")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.
44
+
-`description` (String) A text describing the topic.
41
45
-`id` (String) The ID of this resource.
42
-
-`soft_destroy` (Boolean, Deprecated) Empty the topics fields instead of deleting it
46
+
-`soft_destroy` (Boolean, Deprecated) Empty the topics fields instead of deleting it.
47
+
48
+
### Read-Only
49
+
50
+
-`avatar_url` (String) The URL of the avatar image.
description="In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions."
Description: "Empty the topics fields instead of deleting it",
41
+
Description: "Empty the topics fields instead of deleting it.",
41
42
Type: schema.TypeBool,
42
43
Optional: true,
43
44
Deprecated: "GitLab 14.9 introduced the proper deletion of topics. This field is no longer needed.",
44
45
},
45
46
"description": {
46
-
Description: "A text describing the topic",
47
+
Description: "A text describing the topic.",
47
48
Type: schema.TypeString,
48
49
Optional: true,
49
50
},
51
+
"avatar": {
52
+
Description: "A local path to the avatar image to upload. **Note**: not available for imported resources.",
53
+
Type: schema.TypeString,
54
+
Optional: true,
55
+
},
56
+
"avatar_hash": {
57
+
Description: "The hash of the avatar image. Use `filesha256(\"path/to/avatar.png\")` whenever possible. **Note**: this is used to trigger an update of the avatar. If it's not given, but an avatar is given, the avatar will be updated each time.",
0 commit comments