Skip to content

Commit 82afb21

Browse files
authored
Update README.md
1 parent 3bdef25 commit 82afb21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,9 @@ WebApiClient.Execute(request)
576576
Sometimes you need to pass a "Component Type" parameter, especially with metadata requests.
577577
If you don't know the proper value, use this request to list all the available Component Types and their values in your org:
578578

579-
`await WebApiClient.Retrieve({ overriddenSetName: "GlobalOptionSetDefinitions(Name='componenttype')" })`
579+
```JavaScript
580+
await WebApiClient.Retrieve({ overriddenSetName: "GlobalOptionSetDefinitions(Name='componenttype')" })
581+
```
580582

581583
### Send Batch
582584
There is support for sending multiple requests as a batch. Batch requests can contain retrieve requests and change sets. Change sets can contain requests themselves, however they must not contain other change sets.

0 commit comments

Comments
 (0)