Skip to content

Commit 6b42b82

Browse files
author
=
committed
add ttl field
1 parent fe07949 commit 6b42b82

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

identification.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ components:
7474
items:
7575
type: string
7676
format: uuid
77+
ttl:
78+
type: integer
79+
description: "The lifespan of the Person's records, seconds."
7780
PersonToUpdateFields:
7881
type: object
7982
description: "Person Request body: name and metadata."

search.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ 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."
5659
groupIds:
5760
type: array
5861
description: "IDs of the groups in which the search is performed."

0 commit comments

Comments
 (0)