Skip to content

Commit 598f001

Browse files
committed
chore: more guides
1 parent 847576b commit 598f001

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/CTS/requests/search/partialUpdateObject.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
}
127127
},
128128
"request": {
129-
"path": "/1/indexes/theIndexName/uniqueID/partial",
129+
"path": "/1/indexes/theIndexName/productId/partial",
130130
"method": "POST",
131131
"body": {
132132
"categoryPageId": {
@@ -149,7 +149,7 @@
149149
}
150150
},
151151
"request": {
152-
"path": "/1/indexes/theIndexName/uniqueID/partial",
152+
"path": "/1/indexes/theIndexName/productId/partial",
153153
"method": "POST",
154154
"body": {
155155
"categoryPageId": {

tests/CTS/requests/search/saveRule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
}
976976
},
977977
"request": {
978-
"path": "/1/indexes/indexName/rules/diet-rule",
978+
"path": "/1/indexes/indexName/rules/a-rule-id",
979979
"method": "PUT",
980980
"body": {
981981
"objectID": "a-rule-id",

0 commit comments

Comments
 (0)