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