Skip to content

Commit 26c26be

Browse files
authored
Merge pull request mendersoftware#2544 from mzedel/fix/webhook-typo
MEN-8042 - fix: fixed typo in webhook events to regain consistency with implementation
2 parents 4959b65 + 1c987f3 commit 26c26be

File tree

1 file changed

+2
-2
lines changed
  • 08.Server-integration/07.Webhooks

1 file changed

+2
-2
lines changed

08.Server-integration/07.Webhooks/docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The list of allowed event types follows:
9797
* `device-provisioned`
9898
* `device-decommissioned`
9999
* `device-status-changed`
100-
* `devices-inventory-changed`
100+
* `device-inventory-changed`
101101

102102
The device authentication event consists of the following fields:
103103
* `id` - device unique ID,
@@ -117,7 +117,7 @@ The inventory changed event looks as follows:
117117
```json
118118
{
119119
"id": "1aaf5222-8f2c-4d48-9ae9-8862e78c3fdf",
120-
"type": "devices-inventory-changed",
120+
"type": "device-inventory-changed",
121121
"data": {
122122
"device_id": "1c251e63-ca93-41e2-ae39-97f402d93dd3",
123123
"tenant_id": "66ff8a4650829de3d99a25f1",

0 commit comments

Comments
 (0)