PUT
/
groups
/
{network}
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Target either the public or private IPFS network

Available options:
public,
private
id
string
required

The ID of the target group

Body

application/json
is_public
boolean

Toggle if group is public or not

name
string

Updated name for target group

Response

200 - application/json
data
object