Skip to content

Commit

Permalink
api: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Jul 18, 2022
1 parent 373f848 commit 37349ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion api/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion api/gatewayserver.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pkg/ttnpb/gatewayserver.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 37349ef

Please sign in to comment.