v1

latestOpenAPI 3.0.02026-07-2661281.2 KB
Groups

Update Group

org:groups:write

put/groups/{network}/{id}

Path parameters

network'public' | 'private' required

Target either the public or private IPFS network

idstring required

The ID of the target group

Request body

namestring

Updated name for target group

is_publicboolean

Toggle if group is public or not

Example request

{
  "name": "Updated Name",
  "is_public": true
}

Response

OK