From e8b9b6b0e9ff50dfc51f3f4b19eb6b66cedd7fb1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 15 Aug 2024 13:05:45 +0200 Subject: [PATCH] docs: add x-electric-schema header in quickstart reponse example (#1527) Addresses the missing `x-electric-schema` header in the example response in the quickstart as per https://github.com/electric-sql/electric/issues/1443. --- docs/guides/quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/quickstart.md b/docs/guides/quickstart.md index d0baac5359..72ed69a07d 100644 --- a/docs/guides/quickstart.md +++ b/docs/guides/quickstart.md @@ -118,6 +118,7 @@ access-control-allow-methods: GET, POST, OPTIONS content-type: application/json; charset=utf-8 x-electric-shape-id: 3833821-1721299734314 x-electric-chunk-last-offset: 0_0 +x-electric-schema: {"id":{"type":"int4","pk_index":0},"name":{"type":"varchar","max_length":255},"value":{"type":"float8"}} etag: 3833821-1721299734314:-1:0_0 [{"offset":"0_0","value":{"id":"1","name":"Alice","value":"3.14"},"key":"\"public\".\"foo\"/1","headers":{"operation"