Incorrect documentation - Webhooks Event - QueueItem.TransactionAbandoned

The documentation on Webhooks - types of event is having some incorrect section

The following section won’t be existing in a QueueItem.TransactionAbandoned payload

  "ProcessingException": {
    "Reason": "Failed",
    "Details": "Error during Heartbeat Status shutdown flushCastle.MicroKernel.ComponentNotFoundException: No component for supporting the service UiPath.Core.Caching.IHeartbeatStatusFlush was found",
    "Type": "BusinessException"
  },

Below is a correct payload
{
“Type”: “queueItem.transactionAbandoned”,
“EventId”: “820935019”,
“Timestamp”: “2022-07-06T07:00:09.887”,
“Queue”: {
“Id”: 564469,
“Name”: “TestQueue”,
“Description”: “”,
“MaxNumberOfRetries”: 1,
“AcceptAutomaticallyRetry”: true,
“EnforceUniqueReference”: false,
“SlaInMinutes”: 0,
“RiskSlaInMinutes”: 0
},
“QueueItems”: [
{
“Id”: 235627959,
“Key”: “9063012d-a1c5-4759-9f1d-c07faf724b69”,
“Reference”: “050722040958”,
“QueueDefinitionId”: 564469,
“Status”: “Abandoned”,
“ReviewStatus”: “None”,
“Priority”: “Normal”,
“CreationTime”: “2022-07-05T06:10:00.597Z”,
“StartProcessing”: “2022-07-05T06:10:01.193Z”,
“EndProcessing”: “2022-07-06T07:00:04.407Z”,
“SecondsInPreviousAttempts”: 0,
“RetryNumber”: 0
},
{
“Id”: 235627978,
“Key”: “d5061830-45d4-4c92-88d4-7d5c0e7a1c5f”,
“Reference”: “050722041005”,
“QueueDefinitionId”: 564469,
“Status”: “Abandoned”,
“ReviewStatus”: “None”,
“Priority”: “Normal”,
“CreationTime”: “2022-07-05T06:10:07.66Z”,
“StartProcessing”: “2022-07-05T06:10:08.05Z”,
“EndProcessing”: “2022-07-06T07:00:04.407Z”,
“SecondsInPreviousAttempts”: 0,
“RetryNumber”: 0
},
{
“Id”: 235628006,
“Key”: “7159d4c4-7145-40cc-9204-bf2cd476ea8e”,
“Reference”: “050722041012”,
“QueueDefinitionId”: 564469,
“Status”: “Abandoned”,
“ReviewStatus”: “None”,
“Priority”: “Normal”,
“CreationTime”: “2022-07-05T06:10:14.657Z”,
“StartProcessing”: “2022-07-05T06:10:15.027Z”,
“EndProcessing”: “2022-07-06T07:00:04.407Z”,
“SecondsInPreviousAttempts”: 0,
“RetryNumber”: 0
}
],
“TenantId”: 123456,
“OrganizationUnitId”: 1234567
}

If you could correct the documentation, that would be great. If I am wrong, and if there is a possibility for this scenario, please let me know.

Thank you

Thank you for reporting @jamesjacobsydney, I will notify our documentation team.