Skip to content

Commit

Permalink
Merge branch 'reliable-reindex-payload' into t
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 8, 2024
2 parents 5860eb1 + 88e6eda commit 6b9b63c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/default/_core/reindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ chapters:
- synopsis: Reindex a subset of documents (match).
path: /_reindex
method: POST
parameters:
refresh: true
request:
payload:
source:
Expand Down Expand Up @@ -82,7 +84,7 @@ chapters:
response:
status: 200
payload:
total: 1
total: 2
- synopsis: Reindex only unique documents.
path: /_reindex
method: POST
Expand Down

0 comments on commit 6b9b63c

Please sign in to comment.