We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba05575 commit 20aa26eCopy full SHA for 20aa26e
1 file changed
search.yml
@@ -77,10 +77,10 @@ definitions:
77
properties:
78
code:
79
type: integer
80
- description: "Search result code."
+ description: "Result code. It is returned only with response 200."
81
persons:
82
type: array
83
- description: "Person data."
+ description: "Array of Person images. It is returned only with response 200."
84
items:
85
$ref: "#/definitions/SearchPerson"
86
id:
@@ -110,7 +110,7 @@ definitions:
110
metadata:
111
type: object
112
additionalProperties: true
113
- description: "A free-form object containing person's extended attributes."
+ description: "A free-form object containing person's extended attributes. Available when a person is being created"
114
nullable: true
115
116
SearchPerson:
0 commit comments