Skip to content

Commit

Permalink
Rename shape_handle -> handle in openapi docs (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised authored Nov 5, 2024
1 parent ca138d9 commit c521679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/electric-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@ paths:
description: |-
This is a cursor generated by the server during live requests. It helps bust caches for
responses from previous long-polls.
- name: shape_handle
- name: handle
in: query
schema:
type: string
example: "3833821-1721812114261"
description: |-
The shape handle returned by the initial shape request.
This is a required parameter when this is not an initial sync request.
I.e. when offset is not `-1`.
This is a required parameter when this is not an initial sync request,
i.e. when offset is not `-1`.
- name: where
in: query
schema:
Expand Down

0 comments on commit c521679

Please sign in to comment.