v1
latestOpenAPI 3.0.02026-07-2661281.2 KBGroups
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
Example request
{
"name": "Updated Name",
"is_public": true
}Response
OK