{ "opencollection": "1.0.0", "info": { "name": "Agent Admin Share API", "version": "25.8.1" }, "items": [ { "info": { "name": "Share", "type": "folder" }, "items": [ { "info": { "name": "PROVISIONAL - Share a piece of content into Symphony", "type": "http" }, "http": { "method": "POST", "url": "youragentURL.symphony.com/agent/v3/stream/:sid/share", "headers": [ { "name": "sessionToken", "value": "" }, { "name": "keyManagerToken", "value": "" } ], "params": [ { "name": "sid", "value": "", "type": "path", "description": "Stream ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Given a 3rd party content (eg. news article), it can share to the given stream.\nThe stream can be a chatroom, an IM or a multiparty IM.\n" } ] } ], "bundled": true }