Skip to content

Commit 20aa26e

Browse files
SP-13620: Expand search 201 response schema
1 parent ba05575 commit 20aa26e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

search.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ definitions:
7777
properties:
7878
code:
7979
type: integer
80-
description: "Search result code."
80+
description: "Result code. It is returned only with response 200."
8181
persons:
8282
type: array
83-
description: "Person data."
83+
description: "Array of Person images. It is returned only with response 200."
8484
items:
8585
$ref: "#/definitions/SearchPerson"
8686
id:
@@ -110,7 +110,7 @@ definitions:
110110
metadata:
111111
type: object
112112
additionalProperties: true
113-
description: "A free-form object containing person's extended attributes."
113+
description: "A free-form object containing person's extended attributes. Available when a person is being created"
114114
nullable: true
115115

116116
SearchPerson:

0 commit comments

Comments
 (0)