We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79d2954 + 0eadece commit 24bf03dCopy full SHA for 24bf03d
src/services/RCRMService.js
@@ -57,7 +57,7 @@ async function createJob(job) {
57
// set the external id to taas via API with M2M token
58
const token = await helper.getM2MToken()
59
const taasRsp = await request
60
- .patch(`${config.TAAS_API_URL}/jobs`)
+ .patch(`${config.TAAS_API_URL}/jobs/${job.id}`)
61
.set('Authorization', `Bearer ${token}`)
62
.set('accept', 'json')
63
.send({
0 commit comments