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

GO-4367: change api

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-11-29 11:44:47 +01:00
parent 249432845e
commit dbb66a044a
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
6 changed files with 1270 additions and 1270 deletions

File diff suppressed because it is too large Load diff

View file

@ -495,8 +495,7 @@ message Rpc {
message SetOrder {
message Request {
string spaceViewId = 1;
repeated string previousIds = 2; // the ids of the views that are located before the view with spaceViewId in the resulting order
string afterId = 3; // the id of the view that follows the view with spaceViewId in the resulting order
repeated string spaceViewOrder = 2; // result order of space view ids
}
message Response {