Skip to content

Commit

Permalink
fix: Changed resource_id to object_id in ReplicationStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbrehm committed Jan 17, 2024
1 parent 187cf82 commit 16f9c1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ message GetReplicationStatusResponse {
}

message ReplicationInfo {
string resource_id = 1;
string object_id = 1;
optional storage.models.v2.ReplicationStatus status = 2;
}

Expand Down

0 comments on commit 16f9c1b

Please sign in to comment.