Skip to content

Commit 8639b9e

Browse files
authored
Merge pull request #26 from depot/billy/feat/list-project-region
feat: allow only listing projects with a specific region
2 parents 3d6627d + c540895 commit 8639b9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proto/depot/core/v1/project.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ message Project {
5454
Hardware hardware = 7;
5555
}
5656

57-
message ListProjectsRequest {}
57+
message ListProjectsRequest {
58+
optional string region_id = 1;
59+
}
5860

5961
message ListProjectsResponse {
6062
repeated Project projects = 1;

0 commit comments

Comments
 (0)