Skip to content

Commit

Permalink
Align salesforce version with camel4
Browse files Browse the repository at this point in the history
  • Loading branch information
Croway authored and avano committed Sep 11, 2023
1 parent bed91cb commit d9f7d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public ResourceRepresentation getBulkJob(String id, Boolean isBulkV2) throws Api
ObjectMapper jsonMapper = new ObjectMapper();
jsonMapper.setSerializationInclusion(JsonInclude.Include.NON_NULL);
HttpResponse res = Http.send(new HttpRequest()
.url(client.getSession().getApiEndpoint() + "/services/async/54.0/job/" + id)
.url(client.getSession().getApiEndpoint() + "/services/async/56.0/job/" + id)
.method("GET")
.header("X-SFDC-Session", client.getSession().getAccessToken())
.header("Accept", "application/json")
Expand Down

0 comments on commit d9f7d49

Please sign in to comment.