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 88c7cd8 commit 7c0bb8aCopy full SHA for 7c0bb8a
tests/CTS/requests/search/partialUpdateObject.json
@@ -95,5 +95,26 @@
95
}
96
97
98
+ },
99
+ {
100
+ "testName": "Partial update with createIfNotExists false",
101
+ "parameters": {
102
+ "indexName": "theIndexName",
103
+ "objectID": "uniqueID",
104
+ "attributesToUpdate": {
105
+ "attributeId": "value"
106
107
+ "createIfNotExists": false
108
109
+ "request": {
110
+ "path": "/1/indexes/theIndexName/uniqueID/partial",
111
+ "method": "POST",
112
+ "body": {
113
114
115
+ "queryParameters": {
116
117
+ }
118
119
120
]
0 commit comments