Skip to content

Commit e5dd8ec

Browse files
Merge pull request #100 from regulaforensics/feature/add-ttl-field
Add ttl field
2 parents fe07949 + a0ce51a commit e5dd8ec

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

identification.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ components:
7474
items:
7575
type: string
7676
format: uuid
77+
ttl:
78+
type: integer
79+
description: "The lifespan of the Person's records, seconds. Optional."
80+
nullable: true
81+
default: null
7782
PersonToUpdateFields:
7883
type: object
7984
description: "Person Request body: name and metadata."

search.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ definitions:
5353
type: object
5454
additionalProperties: true
5555
description: "A free-form object containing person's extended attributes."
56+
ttl:
57+
type: integer
58+
description: "The lifespan of the Person's records, seconds. Optional."
59+
nullable: true
60+
default: null
5661
groupIds:
5762
type: array
5863
description: "IDs of the groups in which the search is performed."

0 commit comments

Comments
 (0)