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 2ab3875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ message StatusResponse {

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

message DialResponse {
Expand Down

0 comments on commit 2ab3875

Please sign in to comment.