We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4959b65 + 1c987f3 commit 26c26beCopy full SHA for 26c26be
08.Server-integration/07.Webhooks/docs.md
@@ -97,7 +97,7 @@ The list of allowed event types follows:
97
* `device-provisioned`
98
* `device-decommissioned`
99
* `device-status-changed`
100
-* `devices-inventory-changed`
+* `device-inventory-changed`
101
102
The device authentication event consists of the following fields:
103
* `id` - device unique ID,
@@ -117,7 +117,7 @@ The inventory changed event looks as follows:
117
```json
118
{
119
"id": "1aaf5222-8f2c-4d48-9ae9-8862e78c3fdf",
120
- "type": "devices-inventory-changed",
+ "type": "device-inventory-changed",
121
"data": {
122
"device_id": "1c251e63-ca93-41e2-ae39-97f402d93dd3",
123
"tenant_id": "66ff8a4650829de3d99a25f1",
0 commit comments