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."
-`avatar` (String) A local path to the avatar image to upload. **Note**: not available for imported resources
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.
42
44
-`description` (String) A text describing the topic.
43
45
-`id` (String) The ID of this resource.
44
46
-`soft_destroy` (Boolean, Deprecated) Empty the topics fields instead of deleting it.
45
47
46
48
### Read-Only
47
49
48
-
-`_avatar_hash` (String) The hash of the avatar image. **Note**: this is an internally used attribute to track the avatar image.
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: "A local path to the avatar image to upload. **Note**: not available for imported resources",
52
+
Description: "A local path to the avatar image to upload. **Note**: not available for imported resources.",
56
53
Type: schema.TypeString,
57
54
Optional: true,
58
55
},
59
-
"_avatar_hash": {
60
-
Description: "The hash of the avatar image. **Note**: this is an internally used attribute to track the avatar image.",
61
-
Type: schema.TypeString,
62
-
Computed: true,
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