diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index a312052..e45f966 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -8,4 +8,4 @@ on: jobs: pr-validation: - uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main + uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@ew/validate-wi-in-title diff --git a/messages/rest.md b/messages/rest.md index f5c2ddf..0082c1e 100644 --- a/messages/rest.md +++ b/messages/rest.md @@ -63,8 +63,9 @@ Salesforce CLI defined this schema to be mimic Postman schemas; both share simil Here's a simple example of a JSON file that contains values for the request URL, method, and body: { -"url": "sobjects/Account/", +"url": "services/data/v61.0/sobjects/Account/", "method": "PATCH", +"headers": ["content-type:application/json"], "body" : { "mode": "raw", "raw": { @@ -81,4 +82,4 @@ HTTP header in "key:value" format. # flags.body.summary -File or content for the body of the HTTP request. Specify "-" to read from standard input or "" for an empty body. If passing a file, prefix the filename with '@'. +File or content for the body of the HTTP request. Specify "-" to read from standard input or "" for an empty body. If passing a file, prefix the filename with '@'.