File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff 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."
You can’t perform that action at this time.
0 commit comments