Skip to content

Commit

Permalink
#1625 Make ignoreSimilarity updatable via bulk patch API
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 8, 2020
1 parent 78f1522 commit ae5b910
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ class PublicObservable @Inject() (
.property("startDate", UMapping.date)(_.select(_._createdAt).readonly)
.property("ioc", UMapping.boolean)(_.field.updatable)
.property("sighted", UMapping.boolean)(_.field.updatable)
.property("ignoreSimilarity", UMapping.boolean)(_.field.updatable)
.property("tags", UMapping.string.set)(
_.select(_.tags.displayName)
.filter((_, cases) =>
Expand Down

0 comments on commit ae5b910

Please sign in to comment.