Skip to content

Commit

Permalink
Add environment to SandboxListRequest (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard36 authored Sep 5, 2024
1 parent a539e82 commit ed5cac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,7 @@ message SandboxInfo {
message SandboxListRequest {
string app_id = 1;
double before_timestamp = 2;
string environment_name = 3;
}

message SandboxListResponse {
Expand Down

0 comments on commit ed5cac4

Please sign in to comment.