Skip to content

Commit a4bb907

Browse files
Pass current orgid into namespace check
1 parent b0dab52 commit a4bb907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/viam/app/v1/app.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ message GetOrganizationResponse {
404404

405405
message GetOrganizationNamespaceAvailabilityRequest {
406406
string public_namespace = 1;
407+
string organization_id = 2;
407408
}
408409

409410
message GetOrganizationNamespaceAvailabilityResponse {

0 commit comments

Comments
 (0)