Skip to content

Commit

Permalink
Merge pull request #79 from k-capehart/api-v62
Browse files Browse the repository at this point in the history
update api version to v62.0
  • Loading branch information
k-capehart authored Dec 9, 2024
2 parents 5b7122c + ac3a650 commit 7148776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salesforce.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type requestPayload struct {
}

const (
apiVersion = "v60.0"
apiVersion = "v62.0"
jsonType = "application/json"
csvType = "text/csv"
batchSizeMax = 200
Expand Down

0 comments on commit 7148776

Please sign in to comment.