blob: 45598ab4022037fd6cc27d7f957f18851c420c9d [file] [log] [blame]
{
"tests": [
{
"description": "update: Delete alone",
"comment": "If the input data consists solely of Deletes, then the update\noperation has no map, just an update mask.",
"update": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": \"Delete\"}",
"request": {
"database": "projects/projectID/databases/(default)",
"writes": [
{
"update": {
"name": "projects/projectID/databases/(default)/documents/C/d"
},
"updateMask": {
"fieldPaths": [
"a"
]
},
"currentDocument": {
"exists": true
}
}
]
}
}
}
]
}