Skip to content

Commit

Permalink
api: Update description for the paused field
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vitan committed Aug 29, 2024
1 parent db5deff commit 751ec79
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/ttn/lorawan/v3/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ The NATS provider settings.
| `service_data` | [`ApplicationWebhook.Message`](#ttn.lorawan.v3.ApplicationWebhook.Message) | | |
| `health_status` | [`ApplicationWebhookHealth`](#ttn.lorawan.v3.ApplicationWebhookHealth) | | |
| `field_mask` | [`google.protobuf.FieldMask`](#google.protobuf.FieldMask) | | |
| `paused` | [`bool`](#bool) | | Set to true to skip processing the messages for this webhook. |
| `paused` | [`bool`](#bool) | | Set to temporarily pause forwarding uplink data to this end point and receiving downlinks from this end point. |

#### Field Rules

Expand Down
4 changes: 2 additions & 2 deletions api/ttn/lorawan/v3/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -20840,7 +20840,7 @@
},
"paused": {
"type": "boolean",
"description": "Set to true to skip processing the messages for this webhook."
"description": "Set to temporarily pause forwarding uplink data to this end point and receiving downlinks from this end point."
}
}
},
Expand Down Expand Up @@ -20983,7 +20983,7 @@
},
"paused": {
"type": "boolean",
"description": "Set to true to skip processing the messages for this webhook."
"description": "Set to temporarily pause forwarding uplink data to this end point and receiving downlinks from this end point."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion api/ttn/lorawan/v3/applicationserver_web.proto
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ message ApplicationWebhook {
reserved 23;
reserved "queue";

// Set to true to skip processing the messages for this webhook.
// Set to temporarily pause forwarding uplink data to this end point and receiving downlinks from this end point.
bool paused = 24;

// next: 25
Expand Down
2 changes: 1 addition & 1 deletion pkg/ttnpb/applicationserver_web.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 @@ -6357,7 +6357,7 @@
},
{
"name": "paused",
"description": "Set to true to skip processing the messages for this webhook.",
"description": "Set to temporarily pause forwarding uplink data to this end point and receiving downlinks from this end point.",
"label": "",
"type": "bool",
"longType": "bool",
Expand Down

0 comments on commit 751ec79

Please sign in to comment.