This is an automated email from the ASF dual-hosted git repository.

jeremyross pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit dfc3526238f82130a51628072c7f4fec07d5c50b
Author: Jeremy Ross <jeremy.g.r...@gmail.com>
AuthorDate: Sun Dec 5 16:16:10 2021 -0600

    camel-salesforce: Doc fix.
---
 .../src/main/docs/salesforce-component.adoc                           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index f25af90..70b6073 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -784,8 +784,8 @@ Delete up to 200 records, returning a list of 
DeleteSObjectResult objects. Mixed
 |===
 | Parameter | Type | Description | Default | Required
 
-| ids | List of String or comma-separated string | A list of up to 200 IDs of 
objects to be deleted. | | x
-| allOrNone | boolean | Indicates whether to roll back the entire request when 
the upsert of any object fails (true) or to continue with the independent 
upsert of other objects in the request. | false |
+| `sObjectIds` or request body | List of String or comma-separated string | A 
list of up to 200 IDs of objects to be deleted. | | x
+| `allOrNone` | boolean | Indicates whether to roll back the entire request 
when the upsert of any object fails (true) or to continue with the independent 
upsert of other objects in the request. | false |
 |===
 
 

Reply via email to