diff --git a/api/ttn/lorawan/v3/identityserver.proto b/api/ttn/lorawan/v3/identityserver.proto index d4267eab50..67e2aa13c7 100644 --- a/api/ttn/lorawan/v3/identityserver.proto +++ b/api/ttn/lorawan/v3/identityserver.proto @@ -137,8 +137,10 @@ message IsConfiguration { google.protobuf.BoolValue set_others_as_contacts = 1; } CollaboratorRights collaborator_rights = 14; + reserved 15; + reserved "tenant_registration"; - // next: 15 + // next: 16 } message GetIsConfigurationResponse {