Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow committed Feb 9, 2024
1 parent 3bdef25 commit 82afb21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -576,7 +576,9 @@ WebApiClient.Execute(request)
Sometimes you need to pass a "Component Type" parameter, especially with metadata requests.
If you don't know the proper value, use this request to list all the available Component Types and their values in your org:

`await WebApiClient.Retrieve({ overriddenSetName: "GlobalOptionSetDefinitions(Name='componenttype')" })`
```JavaScript
await WebApiClient.Retrieve({ overriddenSetName: "GlobalOptionSetDefinitions(Name='componenttype')" })
```

### Send Batch
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.
Expand Down

0 comments on commit 82afb21

Please sign in to comment.