v1

latestOpenAPI 3.0.02026-07-2661281.2 KB
Groups

Create Group

org:groups:write

post/groups/{network}

Path parameters

network'public' | 'private' required

Target either the public or private IPFS network

Request body

namestring required

The name of the group you want to create

is_publicboolean

Flag if group is public or not

Example request

{
  "name": "Test Group 3"
}

Response

OK