Skip to content

Commit

Permalink
Fix offset formatting in OpenAPI spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Aug 15, 2024
1 parent 11f564d commit 2e9e4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/electric-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ paths:
example:
- headers:
operation: insert
offset: 0/0
offset: 0_0
key: issue-1
value:
id: issue-1
Expand All @@ -264,7 +264,7 @@ paths:
- headers:
operation: insert
control: up-to-date
offset: 1934/0
offset: 1934_0
key: issue-2
value:
id: issue-2
Expand Down

0 comments on commit 2e9e4e1

Please sign in to comment.