Skip to content

Commit a0ce51a

Browse files
author
=
committed
updates
1 parent 6b42b82 commit a0ce51a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

identification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ components:
7676
format: uuid
7777
ttl:
7878
type: integer
79-
description: "The lifespan of the Person's records, seconds."
79+
description: "The lifespan of the Person's records, seconds. Optional."
80+
nullable: true
81+
default: null
8082
PersonToUpdateFields:
8183
type: object
8284
description: "Person Request body: name and metadata."

search.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ definitions:
5555
description: "A free-form object containing person's extended attributes."
5656
ttl:
5757
type: integer
58-
description: "The lifespan of the Person's records, seconds."
58+
description: "The lifespan of the Person's records, seconds. Optional."
59+
nullable: true
60+
default: null
5961
groupIds:
6062
type: array
6163
description: "IDs of the groups in which the search is performed."

0 commit comments

Comments
 (0)