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 2023/07/22 15:12:28 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 121ad577c0f camel-salesforce: doc fix.
121ad577c0f is described below

commit 121ad577c0fa27a1c5bb1832bec26f321444a107
Author: Jeremy Ross <je...@gmail.com>
AuthorDate: Mon Jun 26 10:59:33 2023 -0500

    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 faef11019b8..3fb381fb74e 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
@@ -203,7 +203,7 @@ The following operations are supported:
 * <<getSObject,getSObject>> - Gets an SObject.
 * <<getSObjectWithId,getSObjectWithId>> - Gets an SObject using an External Id (user defined) field.
 * <<getSObjectWithId,getBlobField>> - Retrieves the specified blob field from an individual record.
-* <<getSObjectWithId,createSObject>> - Creates an SObject.
+* <<createSObject,createSObject>> - Creates an SObject.
 * <<updateSObject,updateSObject>> - Updates an SObject.
 * <<deleteSObject,deleteSObject>> - Deletes an SObject.
 * <<upsertSObject,upsertSObject>> - Inserts or updates an SObject using an External Id.