Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add namespace filter to ListRegistryItems #498

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,8 @@ message ListRegistryItemsRequest {
repeated RegistryItemStatus statuses = 5;
optional string search_term = 6;
optional string page_token = 7;
// One or more public namespaces to return results for.
repeated string public_namespaces = 8;
}

message ListRegistryItemsResponse {
Expand Down
Loading