Skip to content
Snippets Groups Projects

Изменены запросы Items API (gRPC): Delete, Undelete, Publish, Unpublish. Добавлена возможность обновлять значение системных полей при данных запросах

Merged Valera Shaitorov requested to merge feature/PRXS-1223-UpdateAttrsUpd into master
Files
2
@@ -3,7 +3,6 @@ syntax = "proto3";
import "google/protobuf/empty.proto";
import "common/common.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections";
@@ -26,7 +25,6 @@ message Collection {
optional bool no_data = 12;
string schema = 7;
bool hidden = 13;
google.protobuf.Duration ttl = 14;
message View {
string space_id = 1;
Loading