Skip to main content
PATCH
Update group settings

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).

Path Parameters

id
string
required

Body

application/json
name
string
description
string
header
string
image
string
joiningFee
string
subscriptionFee
string
groupAccessType
enum<string>
Available options:
PUBLIC,
PRIVATE
defaultMemberType
enum<string>
Available options:
LEADER,
MEMBER
isActive
boolean

Response

The updated group.

data
object

A group the caller belongs to. Fees are whole-dollar strings; performance metrics are decimal strings.