mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
Fix DB update (#148)
This commit is contained in:
@@ -45,10 +45,8 @@ message CreateResponse {
|
||||
|
||||
message UpdateRequest {
|
||||
string table = 1;
|
||||
// query filter if applying to multiple records
|
||||
string query = 2;
|
||||
// record, JSON object
|
||||
google.protobuf.Struct record = 3;
|
||||
google.protobuf.Struct record = 2;
|
||||
}
|
||||
|
||||
message UpdateResponse {
|
||||
|
||||
Reference in New Issue
Block a user