Salesforce
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Array of file paths to analyze for Salesforce component types
["force-app/main/default/classes/AccountController.cls","force-app/main/default/objects/Account/fields/CustomField__c.field-meta.xml"]Optional source directory path
force-app/main/defaultSuccessfully analyzed file paths
Status of the operation
successBad Request - Invalid or missing input data
Unauthorized - Authentication failed or insufficient permissions
Internal Server Error
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Salesforce API version for the package
59.0Example: 59.0Successfully generated package.xml
Status of the operation
successBad Request - Invalid or missing input data
Unauthorized - Authentication failed or insufficient permissions
Internal Server Error
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Existing package.xml content to update
<?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata">...</Package>Optional new Salesforce API version
60.0Successfully updated package.xml
Status of the operation
successBad Request - Invalid or missing input data
Unauthorized - Authentication failed or insufficient permissions
Internal Server Error
Last updated

