lemmy_edit_community | R Documentation |
HTTP.PUT /community
lemmy_edit_community(
community_id,
title = NULL,
description = NULL,
icon = NULL,
banner = NULL,
nsfw = NULL,
posting_restricted_to_mods = NULL,
discussion_languages = NULL,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
community_id |
A numeric value. |
title |
(Optional) A character value. |
description |
(Optional) A character value. |
icon |
(Optional) A character value. |
banner |
(Optional) A character value. |
nsfw |
(Optional) A logical value. |
posting_restricted_to_mods |
(Optional) A logical value. |
discussion_languages |
(Optional) A numeric vector. |
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
A list
of length 2:
<list> |-community_view: <list> | |-community: <list> | | |-id: A numeric value | | |-name: A character value | | |-title: A character value | | |-description: (Optional) A character value | | |-removed: A logical value | | |-published: A character value | | |-updated: (Optional) A character value | | |-deleted: A logical value | | |-nsfw: A logical value | | |-actor_id: A character value | | |-local: A logical value | | |-icon: (Optional) A character value | | |-banner: (Optional) A character value | | |-followers_url: A character value | | |-inbox_url: A character value | | |-hidden: A logical value | | |-posting_restricted_to_mods: A logical value | | `-instance_id: A numeric value | |-subscribed: One of "Subscribed", "NotSubscri... | |-blocked: A logical value | `-counts: <list> | |-id: A numeric value | |-community_id: A numeric value | |-subscribers: A numeric value | |-posts: A numeric value | |-comments: A numeric value | |-published: A character value | |-users_active_day: A numeric value | |-users_active_week: A numeric value | |-users_active_month: A numeric value | |-users_active_half_year: A numeric value | `-hot_rank: A numeric value `-discussion_languages: A numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.