{ "opencollection": "1.0.0", "info": { "name": "JFrog Access REST Access Tokens Watches API", "version": "2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Watches", "type": "folder" }, "items": [ { "info": { "name": "JFrog List Watches", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v2/watches" }, "docs": "Returns a list of all configured watches." }, { "info": { "name": "JFrog Create Watch", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.jfrog.io/access/v2/watches", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new watch for monitoring artifacts." }, { "info": { "name": "JFrog Get Watch", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v2/watches/:watchName", "params": [ { "name": "watchName", "value": "", "type": "path", "description": "Watch name" } ] }, "docs": "Returns configuration for a specific watch." }, { "info": { "name": "JFrog Update Watch", "type": "http" }, "http": { "method": "PUT", "url": "https://{server}.jfrog.io/access/v2/watches/:watchName", "params": [ { "name": "watchName", "value": "", "type": "path", "description": "Watch name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing watch configuration." }, { "info": { "name": "JFrog Delete Watch", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}.jfrog.io/access/v2/watches/:watchName", "params": [ { "name": "watchName", "value": "", "type": "path", "description": "Watch name" } ] }, "docs": "Removes a watch configuration." } ] } ], "bundled": true }