Skip to content

Commit

Permalink
docs: fix offset formatting in OpenAPI spec (#1528)
Browse files Browse the repository at this point in the history
Some examples in the OpenAPI spec were still using the old
`number/number` format for log offsets instead of `number_number`. This
fixes those occurences as per
#1452.
  • Loading branch information
kevin-dp authored Aug 19, 2024
1 parent 85e4632 commit dafe946
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 dafe946

Please sign in to comment.