{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Edit API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Edit", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Comment - Edit", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/comments/:COMMENT_ID", "params": [ { "name": "COMMENT_ID", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get information about, edit, or delete a comment.\nTo post a comment, use Feed Elements Capability, Comments Items.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, { "info": { "name": "Salesforce Get Record Edit Page Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/record/:RECORD_ID/record-edit", "params": [ { "name": "RECORD_ID", "value": "500123", "type": "path", "description": "Record ID" } ] }, "docs": "Get the actions on record detail pages." } ] } ], "bundled": true }