Skip to content

Commit 2d1946a

Browse files
committed
fix: specs
1 parent c2b661a commit 2d1946a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

specs/search/helpers/partialUpdateObjectsWithTransformation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ method:
6161
content:
6262
application/json:
6363
schema:
64-
$ref: '../../common/schemas/ingestion/WatchResponse.yml'
64+
type: array
65+
items:
66+
$ref: '../../common/schemas/ingestion/WatchResponse.yml'
6567
'400':
6668
$ref: '../../common/responses/IndexNotFound.yml'

specs/search/helpers/saveObjectsWithTransformation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ method:
5454
content:
5555
application/json:
5656
schema:
57-
$ref: '../../common/schemas/ingestion/WatchResponse.yml'
57+
type: array
58+
items:
59+
$ref: '../../common/schemas/ingestion/WatchResponse.yml'
5860
'400':
5961
$ref: '../../common/responses/IndexNotFound.yml'

0 commit comments

Comments
 (0)