Skip to content

Commit 2fac1fc

Browse files
committed
fix: allow patch "job.externalId"
1 parent c5054f3 commit 2fac1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/JobService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ partiallyUpdateJob.schema = Joi.object().keys({
225225
id: Joi.string().guid().required(),
226226
data: Joi.object().keys({
227227
status: Joi.jobStatus(),
228+
externalId: Joi.string(),
228229
description: Joi.string(),
229230
title: Joi.title(),
230231
startDate: Joi.date(),

0 commit comments

Comments
 (0)