{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Updates API", "version": "1.0.0" }, "items": [ { "info": { "name": "Updates", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Available Updates", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/updates", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve a list of available updates and change packages." }, { "info": { "name": "PeopleSoft Apply Update", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}:{port}/psft/asf/v1/updates/:updateId/apply", "params": [ { "name": "updateId", "value": "PS123456", "type": "path", "description": "The update identifier" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Initiate application of a specific update or change package." } ] } ], "bundled": true }