Skip to content

Commit 312d337

Browse files
authoredOct 24, 2024··
feat(specs): add missing message attribute to GetObjectsResponse [skip-bc] (#4029)
1 parent c7abcf9 commit 312d337

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎specs/search/paths/objects/getObjects.yml

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ post:
6161
type: object
6262
additionalProperties: false
6363
properties:
64+
message:
65+
type: string
66+
description: An optional status message.
67+
example: Index INDEX_NAME does not exist.
6468
results:
6569
type: array
6670
description: Retrieved records.

0 commit comments

Comments
 (0)
Please sign in to comment.