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 3f99eff commit 0a3ecb8
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 @@ -759,6 +759,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 0a3ecb8

Please sign in to comment.