blob: e541ad8c9a7dd676e16f18f8f1bed2d935b9c574 [file] [log] [blame]
{
"tests": [
{
"description": "set: MergeAll can be specified with empty data.",
"comment": "This is a valid call that can be used to ensure a document exists.",
"set": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"option": {
"all": true
},
"jsonData": "{}",
"request": {
"database": "projects/projectID/databases/(default)",
"writes": [
{
"update": {
"name": "projects/projectID/databases/(default)/documents/C/d",
"fields": {}
},
"updateMask": {
"fieldPaths": []
}
}
]
}
}
}
]
}