We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe07949 + a0ce51a commit e5dd8ecCopy full SHA for e5dd8ec
2 files changed
identification.yml
@@ -74,6 +74,11 @@ components:
74
items:
75
type: string
76
format: uuid
77
+ ttl:
78
+ type: integer
79
+ description: "The lifespan of the Person's records, seconds. Optional."
80
+ nullable: true
81
+ default: null
82
PersonToUpdateFields:
83
type: object
84
description: "Person Request body: name and metadata."
search.yml
@@ -53,6 +53,11 @@ definitions:
53
54
additionalProperties: true
55
description: "A free-form object containing person's extended attributes."
56
57
58
59
60
61
groupIds:
62
type: array
63
description: "IDs of the groups in which the search is performed."
0 commit comments