blob: 28192007ea70efb0aad4044086b2d881f3383cdd [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: ServerTimestamp alone",
"comment": "If the only values in the input are ServerTimestamps, then no\nupdate operation should be produced.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"a"
]
}
],
"jsonValues": [
"\"ServerTimestamp\""
],
"request": {
"database": "projects/projectID/databases/(default)",
"writes": [
{
"updateTransforms": [
{
"fieldPath": "a",
"setToServerValue": "REQUEST_TIME"
}
],
"currentDocument": {
"exists": true
}
}
]
}
}
}
]
}