We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8712b4 commit e118bceCopy full SHA for e118bce
tests/CTS/requests/search/partialUpdateObject.json
@@ -1,5 +1,6 @@
1
[
2
{
3
+ "requestName": "Partial update with string value",
4
"parameters": {
5
"indexName": "theIndexName",
6
"objectID": "uniqueID",
@@ -26,5 +27,28 @@
26
27
"createIfNotExists": "true"
28
}
29
30
+ },
31
+ {
32
+ "requestName": "Partial update with integer value",
33
+ "parameters": {
34
+ "indexName": "theIndexName",
35
+ "objectID": "uniqueID",
36
+ "attributesToUpdate": {
37
+ "attributeId": {
38
+ "_operation": "Increment",
39
+ "value": 2
40
+ }
41
42
43
+ "request": {
44
+ "path": "/1/indexes/theIndexName/uniqueID/partial",
45
+ "method": "POST",
46
+ "body": {
47
48
49
50
51
52
53
54
]
0 commit comments