We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d053269 commit 86247acCopy full SHA for 86247ac
pkg/swagger/docs/swagger.json
@@ -1587,6 +1587,12 @@
1587
"url"
1588
],
1589
"properties": {
1590
+ "deviceId": {
1591
+ "description": "The unique identifier of the device the webhook is associated with.",
1592
+ "type": "string",
1593
+ "maxLength": 21,
1594
+ "example": "PyDmBQZZXYmyxMwED8Fzy"
1595
+ },
1596
"event": {
1597
"description": "The type of event the webhook is triggered for.",
1598
"allOf": [
pkg/swagger/docs/swagger.yaml
@@ -472,6 +472,12 @@ definitions:
472
type: object
473
smsgateway.Webhook:
474
properties:
475
+ deviceId:
476
+ description: The unique identifier of the device the webhook is associated
477
+ with.
478
+ example: PyDmBQZZXYmyxMwED8Fzy
479
+ maxLength: 21
480
+ type: string
481
event:
482
allOf:
483
- $ref: '#/definitions/smsgateway.WebhookEvent'
0 commit comments