blob: 20c5e8ec32a36c4a399b5a4f5cf1da4c6f63e443 [file] [log] [blame]
{
"tests": [
{
"description": "create: ServerTimestamp alone",
"comment": "If the only values in the input are ServerTimestamps, then no\nupdate operation should be produced.",
"create": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": \"ServerTimestamp\"}",
"request": {
"database": "projects/projectID/databases/(default)",
"writes": [
{
"transform": {
"document": "projects/projectID/databases/(default)/documents/C/d",
"fieldTransforms": [
{
"fieldPath": "a",
"setToServerValue": "REQUEST_TIME"
}
]
},
"currentDocument": {
"exists": false
}
}
]
}
}
}
]
}