diff --git a/api/api.md b/api/api.md index a15e081d2c..47d8da2610 100644 --- a/api/api.md +++ b/api/api.md @@ -4731,7 +4731,7 @@ GatewayUp may contain zero or more uplink messages and/or a status message for t | Method Name | Request Type | Response Type | Description | | ----------- | ------------ | ------------- | ------------| | `GetGatewayConnectionStats` | [`GatewayIdentifiers`](#ttn.lorawan.v3.GatewayIdentifiers) | [`GatewayConnectionStats`](#ttn.lorawan.v3.GatewayConnectionStats) | Get statistics about the current gateway connection to the Gateway Server. This is not persisted between reconnects. | -| `BatchGetGatewayConnectionStats` | [`BatchGetGatewayConnectionStatsRequest`](#ttn.lorawan.v3.BatchGetGatewayConnectionStatsRequest) | [`BatchGetGatewayConnectionStatsResponse`](#ttn.lorawan.v3.BatchGetGatewayConnectionStatsResponse) | Get statistics about gateway connections to the Gateway Server of a batch of gateways. This is not persisted between reconnects. Gateways that are not connected or are part of a different cluster are ignored. It is upto the client to make sure that the gateways are in the requested cluster. | +| `BatchGetGatewayConnectionStats` | [`BatchGetGatewayConnectionStatsRequest`](#ttn.lorawan.v3.BatchGetGatewayConnectionStatsRequest) | [`BatchGetGatewayConnectionStatsResponse`](#ttn.lorawan.v3.BatchGetGatewayConnectionStatsResponse) | Get statistics about gateway connections to the Gateway Server of a batch of gateways. This is not persisted between reconnects. Gateways that are not connected or are part of a different cluster are ignored. It is up to the client to make sure that the gateways are in the requested cluster. | #### HTTP bindings diff --git a/api/api.swagger.json b/api/api.swagger.json index f9e0ce157d..9b60ad6567 100644 --- a/api/api.swagger.json +++ b/api/api.swagger.json @@ -6041,7 +6041,7 @@ }, "/gs/gateways/connection/stats": { "post": { - "summary": "Get statistics about gateway connections to the Gateway Server of a batch of gateways.\nThis is not persisted between reconnects.\nGateways that are not connected or are part of a different cluster are ignored.\nIt is upto the client to make sure that the gateways are in the requested cluster.", + "summary": "Get statistics about gateway connections to the Gateway Server of a batch of gateways.\nThis is not persisted between reconnects.\nGateways that are not connected or are part of a different cluster are ignored.\nIt is up to the client to make sure that the gateways are in the requested cluster.", "operationId": "Gs_BatchGetGatewayConnectionStats", "responses": { "200": { diff --git a/api/gatewayserver.proto b/api/gatewayserver.proto index 2b8552f958..7bcd70a832 100644 --- a/api/gatewayserver.proto +++ b/api/gatewayserver.proto @@ -121,7 +121,7 @@ service Gs { // Get statistics about gateway connections to the Gateway Server of a batch of gateways. // This is not persisted between reconnects. // Gateways that are not connected or are part of a different cluster are ignored. - // It is upto the client to make sure that the gateways are in the requested cluster. + // It is up to the client to make sure that the gateways are in the requested cluster. rpc BatchGetGatewayConnectionStats(BatchGetGatewayConnectionStatsRequest) returns (BatchGetGatewayConnectionStatsResponse) { option (google.api.http) = { post: "/gs/gateways/connection/stats" diff --git a/pkg/ttnpb/gatewayserver.pb.go b/pkg/ttnpb/gatewayserver.pb.go index 2f3379cd8e..3ec0bdd687 100644 --- a/pkg/ttnpb/gatewayserver.pb.go +++ b/pkg/ttnpb/gatewayserver.pb.go @@ -729,7 +729,7 @@ type GsClient interface { // Get statistics about gateway connections to the Gateway Server of a batch of gateways. // This is not persisted between reconnects. // Gateways that are not connected or are part of a different cluster are ignored. - // It is upto the client to make sure that the gateways are in the requested cluster. + // It is up to the client to make sure that the gateways are in the requested cluster. BatchGetGatewayConnectionStats(ctx context.Context, in *BatchGetGatewayConnectionStatsRequest, opts ...grpc.CallOption) (*BatchGetGatewayConnectionStatsResponse, error) } @@ -767,7 +767,7 @@ type GsServer interface { // Get statistics about gateway connections to the Gateway Server of a batch of gateways. // This is not persisted between reconnects. // Gateways that are not connected or are part of a different cluster are ignored. - // It is upto the client to make sure that the gateways are in the requested cluster. + // It is up to the client to make sure that the gateways are in the requested cluster. BatchGetGatewayConnectionStats(context.Context, *BatchGetGatewayConnectionStatsRequest) (*BatchGetGatewayConnectionStatsResponse, error) } diff --git a/sdk/js/generated/api.json b/sdk/js/generated/api.json index 9355d2426c..99b0385d6f 100644 --- a/sdk/js/generated/api.json +++ b/sdk/js/generated/api.json @@ -21342,7 +21342,7 @@ }, { "name": "BatchGetGatewayConnectionStats", - "description": "Get statistics about gateway connections to the Gateway Server of a batch of gateways.\nThis is not persisted between reconnects.\nGateways that are not connected or are part of a different cluster are ignored.\nIt is upto the client to make sure that the gateways are in the requested cluster.", + "description": "Get statistics about gateway connections to the Gateway Server of a batch of gateways.\nThis is not persisted between reconnects.\nGateways that are not connected or are part of a different cluster are ignored.\nIt is up to the client to make sure that the gateways are in the requested cluster.", "requestType": "BatchGetGatewayConnectionStatsRequest", "requestLongType": "BatchGetGatewayConnectionStatsRequest", "requestFullType": "ttn.lorawan.v3.BatchGetGatewayConnectionStatsRequest",