From b4841b8c58df010c73ab8db0477079df5e9adb55 Mon Sep 17 00:00:00 2001 From: mattwbeard Date: Thu, 7 Nov 2024 14:51:27 +0000 Subject: [PATCH] Correcting status of write.successful response --- docs/using-the-api/webhooks/migrating-to-new-event-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-the-api/webhooks/migrating-to-new-event-types.md b/docs/using-the-api/webhooks/migrating-to-new-event-types.md index a5eafee03..2e811bf94 100644 --- a/docs/using-the-api/webhooks/migrating-to-new-event-types.md +++ b/docs/using-the-api/webhooks/migrating-to-new-event-types.md @@ -711,7 +711,7 @@ These event types provide detailed information, including whether the push opera "connectionId":"2e9d2c44-f675-40ba-8049-353bfcb5e171", "requestedOnDate":"2022-10-23T00:00:00.000Z", "completedOnDate":"2022-10-23T00:00:00.000Z", - "status":"Successful", + "status":"Success", "record": { // only populated on success for records, and always populated for attachments. "id": "inv_sedi984199smdjsua9124" },