Skip to content

Commit

Permalink
docs: add x-electric-schema header in quickstart reponse example (#1527)
Browse files Browse the repository at this point in the history
Addresses the missing `x-electric-schema` header in the example response
in the quickstart as per
#1443.
  • Loading branch information
kevin-dp authored Aug 15, 2024
1 parent 11f564d commit e8b9b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8b9b6b

Please sign in to comment.