-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AICORE-527: fix dedup delete caller when no xpath is mentioned
- Loading branch information
Vladimir Pasquier
authored and
Vladimir Pasquier
committed
Nov 22, 2021
1 parent
5422101
commit 138421d
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
insight-rest-client/src/test/resources/mappings/insight_dedup_delete_no_xpath.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"request": { | ||
"method": "DELETE", | ||
"url": "/api/v1/ai/dedup/test/index/document_uuid_001" | ||
}, | ||
"response": { | ||
"status": 204 | ||
} | ||
} |