Skip to content

Commit

Permalink
feat(specs): add missing message attribute to GetObjectsResponse [ski…
Browse files Browse the repository at this point in the history
…p-bc] (#4029)
  • Loading branch information
kombucha authored Oct 24, 2024
1 parent c7abcf9 commit 312d337
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/search/paths/objects/getObjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ post:
type: object
additionalProperties: false
properties:
message:
type: string
description: An optional status message.
example: Index INDEX_NAME does not exist.
results:
type: array
description: Retrieved records.
Expand Down

0 comments on commit 312d337

Please sign in to comment.