From 5b8c866c7d6f961784fce3b0a34eb65e6ebd3cce Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:48:45 +0000 Subject: [PATCH] fix(generated): progress deleted doc into deleted state Generated SDK source code using: - Generator version 3.108.0 - Specification version 1.0.0-dev0.1.31 - Automation (cloudant-sdks) version 66d1dad --- docs/Examples.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/Examples.md b/docs/Examples.md index 3571d48a6..83fc7378d 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -190,10 +190,9 @@ When you run the code, you see a result similar to the following output. "orders" database created. You have created the document. Response body: { - "_id": "example", - "name": "Bob Smith", - "joined": "2019-01-24T10:42:59.000Z", - "_rev": "1-1b403633540686aa32d013fda9041a5d" + "id": "example", + "rev": "1-1b403633540686aa32d013fda9041a5d", + "ok": true } ```