Skip to content

Commit c738dfd

Browse files
committed
chore(v2): OSS v2 query API: add, fix, cleanup:
- Adds missing examples for v1-compatible /query - Fixes curl params in examples - Removes unsupported async option from examples - Updates terms for consistency with branding and influxdb3 docs - Copies the missing POST /query operation from swaggerv1compat to the v2 ref.yml - Effectively removes the separate v1-compat spec, and adds redirects and tags for v1-compat endpoints in v2/ref.yml - Updates affected links
1 parent 288b1a3 commit c738dfd

File tree

20 files changed

+531
-221
lines changed

20 files changed

+531
-221
lines changed

api-docs/influxdb/v2/.config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ apis:
1010
root: v2/ref.yml
1111
x-influxdata-docs-aliases:
1212
- /influxdb/v2/api/
13-
v1-compatibility@2:
14-
root: v1-compatibility/swaggerV1Compat.yml
15-
x-influxdata-docs-aliases:
13+
- /influxdb/v2/api/v1-compatibility/
1614
- /influxdb/v2/api/v1/

api-docs/influxdb/v2/v2/content/tag-groups.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
- Headers
77
- Pagination
88
- Response codes
9+
- Compatibility endpoints
910
- name: All endpoints
1011
tags: []

0 commit comments

Comments
 (0)