Skip to main content
PATCH
Update a group

Path Parameters

group
integer
required

Group ID

Body

application/json
name
string | null

New group name

description
string | null

New group description

type
enum<string> | null

New group visibility type

Available options:
public,
private
only_admin_publish
boolean | null

If true, only admins can publish posts in the group.

post_comments_enabled_default
boolean | null

Whether comments should be enabled by default on new posts.

Response

Updated group.

data
object