Skip to content

Commit

Permalink
refactor(projects): update org id to be optional on create
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Goller <[email protected]>
  • Loading branch information
goller committed Feb 21, 2024
1 parent e856dc6 commit dbe95ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/depot/core/v1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ message GetProjectResponse {

message CreateProjectRequest {
string name = 1;
string organization_id = 2;
optional string organization_id = 2;
string region_id = 3;
optional CachePolicy cache_policy = 4;
}
Expand Down

0 comments on commit dbe95ad

Please sign in to comment.