Properties
Optional categories
categories: string[]
Optional color
color: undefined | string
Optional description
description: undefined | string
Optional invitesEnabled
invitesEnabled: undefined | false | true
Optional name
name: undefined | string
Optional rules
rules: undefined | string
Optional title
title: undefined | string
Optional type
type: undefined | string
Optional userAdjective
userAdjective: undefined | string
Optional usersAdjective
usersAdjective: undefined | string
Parameters for communities().updateCommunity()
{object} IUpdateCommunity
{string} name - the name (i.e. slug/ID) of the community
{string} title - the title of the community
{string[]} categories - an array of categories the community belongs to
{string} type - the type of the community
{boolean} invitesEnabled - whether community invites can be created
{string} color - the theme color of the community
{string} userAdjective - the adjective to be used for "user" (singular), e.g.: "geek"
{string} usersAdjective - the adjective to be used for "users" (plural), e.g.: "geeks"
{string} description - the description of the group
{string} rules - the rules of the group