You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by je...@apache.org on 2021/12/06 01:56:19 UTC

[camel] branch main updated: camel-salesforce: Doc fix.

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


The following commit(s) were added to refs/heads/main by this push:
     new dca7e5f  camel-salesforce: Doc fix.
dca7e5f is described below

commit dca7e5f57fa5aad31173cb0e7be44440ed20764a
Author: Jeremy Ross <je...@gmail.com>
AuthorDate: Sun Dec 5 19:54:23 2021 -0600

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

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 70b6073..189a51b 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
@@ -785,7 +785,7 @@ Delete up to 200 records, returning a list of DeleteSObjectResult objects. Mixed
 | Parameter | Type | Description | Default | Required
 
 | `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 |
+| `allOrNone` | boolean | Indicates whether to roll back the entire request when the deletion of any object fails (true) or to continue with the independent deletion of other objects in the request. | false |
 |===