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

Changes

No recorded changes to this endpoint across all 1 revision of this API.