Skip to content

Commit 7c0bb8a

Browse files
committed
chore: add test
1 parent 88c7cd8 commit 7c0bb8a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tests/CTS/requests/search/partialUpdateObject.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,26 @@
9595
}
9696
}
9797
}
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+
"attributeId": "value"
114+
},
115+
"queryParameters": {
116+
"createIfNotExists": false
117+
}
118+
}
98119
}
99120
]

0 commit comments

Comments
 (0)