{ "opencollection": "1.0.0", "info": { "name": "Agent Admin Application API", "version": "25.8.1" }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "Creates a new app", "type": "http" }, "http": { "method": "POST", "url": "youragentURL.symphony.com/agent/v1/admin/app/create", "headers": [ { "name": "sessionToken", "value": "" } ] }, "docs": "Creates a new app" }, { "info": { "name": "Updates a app", "type": "http" }, "http": { "method": "POST", "url": "youragentURL.symphony.com/agent/v1/admin/app/:id/update", "headers": [ { "name": "sessionToken", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the app" } ] }, "docs": "Updates a app" }, { "info": { "name": "Deletes a app", "type": "http" }, "http": { "method": "POST", "url": "youragentURL.symphony.com/agent/v1/admin/app/:id/delete", "headers": [ { "name": "sessionToken", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the app" } ] }, "docs": "Deletes a app" }, { "info": { "name": "Gets a app", "type": "http" }, "http": { "method": "GET", "url": "youragentURL.symphony.com/agent/v1/admin/app/:id/get", "headers": [ { "name": "sessionToken", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the app to get" } ] }, "docs": "Gets a app" } ] } ], "bundled": true }