Skip to content

Commit

Permalink
Also add lease_name parameter to DialRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 11, 2024
1 parent f0c1548 commit b0d6790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ message StatusResponse {
}

message DialRequest {
string uuid = 1;
string lease_name = 1;
}

message DialResponse {
Expand Down

0 comments on commit b0d6790

Please sign in to comment.