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
Example request
{
"name": "Updated Name",
"is_public": true
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.