{ "opencollection": "1.0.0", "info": { "name": "Nakama Account Groups API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Create a new group with the current user as the owner.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:7350/v2/group", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group with the current user as the owner." }, { "info": { "name": "Immediately join an open group, or request to join a closed one.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:7350/v2/group/:group_id/join", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The group id to join." } ] }, "docs": "Immediately join an open group, or request to join a closed one." } ] } ], "bundled": true }