Example JSON row set: PATCH
This example updates the Location, LastOccurrence, Acknowledged, OwnerUID and OwnerGID columns of the matched rows in the alerts.status table.
{
"rowset": {
"coldesc": [{
"type":"integer",
"name":"Acknowledged"
}, {
"type":"string",
"name":"Location"
}, {
"type":"integer",
"name":"OwnerUID"
}, {
"type":"integer",
"name":"OwnerGID"
}, {
"type":"utc",
"name":"LastOccurrence"
}],
"rows": [{
"Location":"UPDATED",
"LastOccurrence":1341412223,
"Acknowledged":1,
"OwnerUID":65534,
"OwnerGID":1
}],
"affectedRows":0
}
}