{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Favorite API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Favorite", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Create a Favorite", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Favorite" }, { "info": { "name": "Salesforce Get a Favorite", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ] }, "docs": "Get a favorite." }, { "info": { "name": "Salesforce Update a Favorite", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Favorite" }, { "info": { "name": "Salesforce Delete a Favorite", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ] }, "docs": "Get a favorite." }, { "info": { "name": "Salesforce Update Usage of a Favorite", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/:FAVORITE_ID/usage", "params": [ { "name": "FAVORITE_ID", "value": "500123", "type": "path", "description": "The ID of a favorite" } ] }, "docs": "Update the usage of an individual favorite, for example, the last time and number of times the favorite was clicked." } ] } ], "bundled": true }