Skip to content

Commit

Permalink
SP-13620: Expand search 201 response schema
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Feb 13, 2024
1 parent ba05575 commit 20aa26e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ definitions:
properties:
code:
type: integer
description: "Search result code."
description: "Result code. It is returned only with response 200."
persons:
type: array
description: "Person data."
description: "Array of Person images. It is returned only with response 200."
items:
$ref: "#/definitions/SearchPerson"
id:
Expand Down Expand Up @@ -110,7 +110,7 @@ definitions:
metadata:
type: object
additionalProperties: true
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"
nullable: true

SearchPerson:
Expand Down

0 comments on commit 20aa26e

Please sign in to comment.