mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-02-04 09:14:30 +00:00
Use SSE frontend #3
This commit is contained in:
@@ -155,7 +155,7 @@ paths:
|
||||
- Spots
|
||||
summary: Get spot stream
|
||||
description: Request a Server-Sent Event stream which will return individual spots immediately when they are added to the system. Only spots that match the provided filters will be returned.
|
||||
operationId: spots/stream
|
||||
operationId: spots-stream
|
||||
parameters:
|
||||
- name: source
|
||||
in: query
|
||||
@@ -321,7 +321,7 @@ paths:
|
||||
- Alerts
|
||||
summary: Get alert stream
|
||||
description: Request a Server-Sent Event stream which will return individual alerts immediately when they are added to the system. Only alerts that match the provided filters will be returned.
|
||||
operationId: alerts/stream
|
||||
operationId: alerts-stream
|
||||
parameters:
|
||||
- name: max_duration
|
||||
in: query
|
||||
|
||||
Reference in New Issue
Block a user