Skip to content

Commit 28a618f

Browse files
authored
Update README.md
Updated input metadata for path field in Raw Request
1 parent 1b0a529 commit 28a618f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Empty object will be returned, if query doesn't find any data.
332332

333333
#### Input Metadata
334334
* HTTP Verb - Allowed values GET, POST, PUT, PATCH, DELETE, HEAD, Required. HTTP verb to use in the request.
335-
* Path - String, Required. Path to make a request (for a list of all types of objects - `sobjects`, for a list of specific type of objects - `sobjects/{Salesforce object}`, e.g., to list the type of objects Account - `sobjects/account`)
335+
* Path - String, Required. Use a relative path to make a request (for a list of all types of objects - `sobjects`, e.g., to list the type of objects Account - `sobjects/account`). Since Salesforce sends the endpoint that must be called dynamically, there is no need to enter the base URL like this - `https://{INSTANCE_NAME}.salesforce.com/services/data/v{SALESFORCE_API_VERSION}/sobjects/{SALESFORCE_OBJECT}`. Instead, you should use a relative path - `sobjects/{SALESFORCE_OBJECT}`.
336336
* Request Body - Object, Optional. Body to attach to the HTTP Request
337337

338338
#### Output Metadata

0 commit comments

Comments
 (0)