Skip to content

Commit

Permalink
docs: reference
Browse files Browse the repository at this point in the history
Signed-off-by: SamMayWork <[email protected]>
  • Loading branch information
SamMayWork committed Feb 8, 2024
1 parent 41e165f commit a08f80b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29369,15 +29369,19 @@ paths:
schema:
example: default
type: string
- description: Fetch the data and include it in the messages returned
- description: The sequence ID in the raw event stream to start indexing through
events from
in: query
name: startsequence
schema:
default: "0"
type: string
- description: Fetch the data and include it in the messages returned
- description: The sequence ID in the raw event stream to stop indexing through
events at
in: query
name: endsequence
schema:
default: "100"
type: string
- description: Server-side request timeout (milliseconds, or set a custom suffix
like 10s)
Expand Down Expand Up @@ -38475,15 +38479,19 @@ paths:
required: true
schema:
type: string
- description: Fetch the data and include it in the messages returned
- description: The sequence ID in the raw event stream to start indexing through
events from
in: query
name: startsequence
schema:
default: "0"
type: string
- description: Fetch the data and include it in the messages returned
- description: The sequence ID in the raw event stream to stop indexing through
events at
in: query
name: endsequence
schema:
default: "100"
type: string
- description: Server-side request timeout (milliseconds, or set a custom suffix
like 10s)
Expand Down

0 comments on commit a08f80b

Please sign in to comment.