Skip to content

Commit 392d281

Browse files
authored
Update parseable-open-api-schema.yaml
Add tags to relevant API
1 parent 7a547da commit 392d281

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

parseable-open-api-schema.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ paths:
1717
/api/v1/logstream/{stream_name}:
1818
put:
1919
tags:
20-
- default
20+
- Dataset Management
2121
summary: Create a log stream
2222
requestBody:
2323
content: {}
@@ -36,7 +36,7 @@ paths:
3636
application/json: {}
3737
delete:
3838
tags:
39-
- default
39+
- Dataset Management
4040
summary: Delete a log stream
4141
security:
4242
- basicAuth: []
@@ -53,7 +53,7 @@ paths:
5353
application/json: {}
5454
post:
5555
tags:
56-
- default
56+
- Dataset Management
5757
summary: Send logs to a log stream URL
5858
requestBody:
5959
content:
@@ -86,7 +86,7 @@ paths:
8686
/api/v1/logstream:
8787
get:
8888
tags:
89-
- default
89+
- Dataset Management
9090
summary: List all log streams
9191
security:
9292
- basicAuth: []
@@ -98,7 +98,7 @@ paths:
9898
/api/v1/logstream/{stream_name}/schema:
9999
get:
100100
tags:
101-
- default
101+
- Dataset Management
102102
summary: Get Schema from the Stream
103103
security:
104104
- basicAuth: []
@@ -116,7 +116,7 @@ paths:
116116
/api/v1/logstream/{stream_name}/stats:
117117
get:
118118
tags:
119-
- default
119+
- Dataset Management
120120
summary: Get storage stats for a stream
121121
security:
122122
- basicAuth: []
@@ -134,7 +134,7 @@ paths:
134134
/api/v1/query:
135135
post:
136136
tags:
137-
- default
137+
- Query
138138
summary: Query a log stream
139139
requestBody:
140140
content:
@@ -156,7 +156,7 @@ paths:
156156
/api/v1/ingest:
157157
post:
158158
tags:
159-
- default
159+
- Data Ingestion
160160
summary: Send logs to a log stream with HTTP Header
161161
requestBody:
162162
content:
@@ -189,7 +189,7 @@ paths:
189189
/api/v1/logstream/{stream_name}/retention:
190190
put:
191191
tags:
192-
- default
192+
- Dataset Management
193193
summary: Set retention for a stream
194194
requestBody:
195195
content:
@@ -215,7 +215,7 @@ paths:
215215
application/json: {}
216216
get:
217217
tags:
218-
- default
218+
- Dataset Management
219219
summary: Get retention for a stream
220220
security:
221221
- basicAuth: []
@@ -328,7 +328,7 @@ paths:
328328
application/json: {}
329329
put:
330330
tags:
331-
- default
331+
- Dataset Management
332332
summary: Add role to a user
333333
requestBody:
334334
content:
@@ -401,11 +401,11 @@ paths:
401401
description: Successful response
402402
content:
403403
application/json: {}
404-
/api/v1/role/default:
404+
/api/v1/role/Dataset Management:
405405
put:
406406
tags:
407407
- Role Management
408-
summary: Set default role
408+
summary: Set Dataset Management role
409409
requestBody:
410410
content:
411411
application/json:
@@ -420,9 +420,9 @@ paths:
420420
get:
421421
tags:
422422
- Role Management
423-
summary: Get default role
423+
summary: Get Dataset Management role
424424
responses:
425425
'200':
426426
description: Successful response
427427
content:
428-
application/json: {}
428+
application/json: {}

0 commit comments

Comments
 (0)