Skip to content

Commit 93dd6b0

Browse files
committed
APP-3685 (ep): update to reflect steve comments
1 parent f1d64ab commit 93dd6b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proto/viam/app/v1/app.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,11 +1166,12 @@ message DeleteKeyResponse {}
11661166

11671167
message RenameKeyRequest {
11681168
string id = 1;
1169-
string new_name = 2;
1169+
string name = 2;
11701170
}
11711171

11721172
message RenameKeyResponse {
1173-
string token_name = 1;
1173+
string id = 1;
1174+
string name = 2;
11741175
}
11751176

11761177
message AuthorizationDetails {

0 commit comments

Comments
 (0)