Skip to content

Commit

Permalink
#000: Obsrv Installation Documentation - 1.2.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
manjudr committed Nov 21, 2024
1 parent b1edeb6 commit c8cfa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-service/swagger-doc/openapi_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7736,7 +7736,7 @@ paths:
code: TOPIC_NOT_FOUND
message: Entry topic is not defined
trace: ''
/v2/data/query/test:
/v2/data/query/{dataset_id}:
post:
tags:
- Data Query
Expand All @@ -7755,7 +7755,7 @@ paths:
context:
aggregationLevel: day
query: >-
Select * from "check" WHERE __time >= timestamp '2020-12-31'
Select * from "check" WHERE __time >= timestamp '2020-12-31'
AND __time < TIMESTAMP '2024-01-21' Limit 1
responses:
'200':
Expand Down

0 comments on commit c8cfa80

Please sign in to comment.