trying to make the post request into the scripts

This commit is contained in:
filipriec
2025-03-08 11:51:26 +01:00
parent 53ab9ad7d7
commit 8ad2179d86
7 changed files with 342 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
syntax = "proto3";
package multieko2.table_script;
service TableScript {
rpc PostTableScript(PostTableScriptRequest) returns (TableScriptResponse);
}
message PostTableScriptRequest {
int64 table_definition_id = 1;
string target_column = 2;