Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename shape_handle -> handle in openapi docs #1930

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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