{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents notification-settings API", "version": "1.0" }, "items": [ { "info": { "name": "notification-settings", "type": "folder" }, "items": [ { "info": { "name": "Returns a team's notification settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/notification-settings" }, "docs": "This operation will return a team's notification settings.\nRequires the privilege [`TEAMS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Updates a team's notification settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gremlin.com/v1/notification-settings", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation will update a team's notification settings.\nRequires the privilege [`TEAMS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }