Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d493bfb

Browse files
Correct optional property on external profile model
1 parent 581bba5 commit d493bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/externalProfile/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const methods = helper.getServiceMethods(
1111
userId: joi.string().required(),
1212
organizationId: joi.string().required(),
1313
externalId: joi.string().required(),
14-
uri: joi.string().required(),
14+
uri: joi.string(),
1515
isInactive: joi.boolean().default(false)
1616
},
1717
{ // patch request body joi schema

0 commit comments

Comments
 (0)