Skip to content

Commit

Permalink
Merge pull request #100 from regulaforensics/feature/add-ttl-field
Browse files Browse the repository at this point in the history
Add ttl field
  • Loading branch information
KirylKovaliov authored Sep 12, 2024
2 parents fe07949 + a0ce51a commit e5dd8ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions identification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ components:
items:
type: string
format: uuid
ttl:
type: integer
description: "The lifespan of the Person's records, seconds. Optional."
nullable: true
default: null
PersonToUpdateFields:
type: object
description: "Person Request body: name and metadata."
Expand Down
5 changes: 5 additions & 0 deletions search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ definitions:
type: object
additionalProperties: true
description: "A free-form object containing person's extended attributes."
ttl:
type: integer
description: "The lifespan of the Person's records, seconds. Optional."
nullable: true
default: null
groupIds:
type: array
description: "IDs of the groups in which the search is performed."
Expand Down

0 comments on commit e5dd8ec

Please sign in to comment.