From a22dd04e5c5cc04db6af66d9a3a5e8706a3199ba Mon Sep 17 00:00:00 2001 From: Vincent Lemeunier Date: Thu, 24 Oct 2024 18:16:39 +0200 Subject: [PATCH] feat(specs): add missing message attribute to GetObjectsResponse --- specs/search/paths/objects/getObjects.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specs/search/paths/objects/getObjects.yml b/specs/search/paths/objects/getObjects.yml index ece7e937a6a..37fb55b28ef 100644 --- a/specs/search/paths/objects/getObjects.yml +++ b/specs/search/paths/objects/getObjects.yml @@ -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.