blob: bdbe274b4c238cfc32052f1b102fa28cb5ecd79c [file] [log] [blame]
{
"tests": [
{
"description": "update: Exists precondition is invalid",
"comment": "The Update method does not support an explicit exists precondition.",
"update": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"precondition": {
"exists": true
},
"jsonData": "{\"a\": 1}",
"isError": true
}
}
]
}