mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
Add user_id filter when listing tenants with global API key. (#34)
This commit is contained in:
committed by
GitHub
parent
0a5c38d322
commit
4f08f7ddcb
@ -189,6 +189,10 @@ message ListTenantsRequest {
|
||||
|
||||
// If set, the given string will be used to search on name.
|
||||
string search = 3;
|
||||
|
||||
// If set, filters the result set to the tenants of the user.
|
||||
// Only global API keys are able to filter by this field.
|
||||
string user_id = 4;
|
||||
}
|
||||
|
||||
message ListTenantsResponse {
|
||||
|
Reference in New Issue
Block a user