Skip to content

Commit

Permalink
add optional visibility field to CreateFragmentRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
agavram committed Aug 13, 2024
1 parent f0a5cf7 commit 797f9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ message CreateFragmentRequest {
string name = 1;
google.protobuf.Struct config = 2;
string organization_id = 3;
optional FragmentVisibility visibility = 4;
}

message CreateFragmentResponse {
Expand Down

0 comments on commit 797f9b6

Please sign in to comment.