1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 18:10:49 +09:00

GO-711 Rename request parameter

This commit is contained in:
kirillston 2023-04-25 18:17:59 +02:00 committed by Mikhail Iudin
parent bc4aaea789
commit bf7dc19fb3
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
4 changed files with 776 additions and 776 deletions

View file

@ -639,7 +639,7 @@ func (mw *Middleware) ObjectSetDashboard(cctx context.Context, req *pb.RpcObject
ctx := mw.newContext(cctx)
response := func(setId string, err error) *pb.RpcObjectSetDashboardResponse {
resp := &pb.RpcObjectSetDashboardResponse{
NewDashboardId: setId,
ObjectId: setId,
Error: &pb.RpcObjectSetDashboardResponseError{
Code: pb.RpcObjectSetDashboardResponseError_NULL,
},

View file

@ -11103,7 +11103,7 @@ deprecated, to be removed |
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| error | [Rpc.Object.SetDashboard.Response.Error](#anytype-Rpc-Object-SetDashboard-Response-Error) | | |
| newDashboardId | [string](#string) | | |
| objectId | [string](#string) | | |

File diff suppressed because it is too large Load diff

View file

@ -1474,7 +1474,7 @@ message Rpc {
message Response {
Error error = 1;
string newDashboardId = 2;
string objectId = 2;
message Error {
Code code = 1;