{ "opencollection": "1.0.0", "info": { "name": "Google Chat customEmojis Spaces API", "version": "v1" }, "items": [ { "info": { "name": "Spaces", "type": "folder" }, "items": [ { "info": { "name": "Google Chat List spaces", "type": "http" }, "http": { "method": "GET", "url": "https://chat.googleapis.com/v1/spaces", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Lists spaces the caller is a member of." }, { "info": { "name": "Google Chat Create space", "type": "http" }, "http": { "method": "POST", "url": "https://chat.googleapis.com/v1/spaces", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a named space." } ] } ], "bundled": true }