|
7 | 7 |
|
8 | 8 | Phase 8 task #44 (H3) cleaned the provider-aware Hurl suite to use |
9 | 9 | ``/api/v2/providers/*`` so it no longer hits dead v1 provider CRUD routes. |
10 | | -A few other domains (apikeys, audit, marketplace, settings, prompts, chat |
11 | | -ops, export, document upload variants) still legitimately live at |
| 10 | +A few other domains (apikeys, audit, marketplace, prompts, chat ops, export, |
| 11 | +document upload variants) still legitimately live at |
12 | 12 | ``/api/v1`` until tasks #50–#52 / #47–#49 land. Those paths are listed |
13 | 13 | in ``TRANSITIONAL_V1_PREFIXES`` below and each follow-up PR is expected |
14 | 14 | to shrink the set as it migrates the corresponding domain to ``/api/v2``. |
|
36 | 36 | # Transitional prefixes — these v1 routes are still mounted in main and used |
37 | 37 | # by e2e Hurl as long as the corresponding G* migration tasks have not landed. |
38 | 38 | # Each follow-up PR (G4a audit / G4b apikeys / G4c marketplace / G3 prompts / |
39 | | -# G1 export / G2 settings / G4d chat ops) is expected to remove the matching |
| 39 | +# G1 export / G4d chat ops) is expected to remove the matching |
40 | 40 | # entry from this set together with its Hurl rewrite. |
41 | 41 | # |
42 | 42 | # Anything outside both sets is an unrecognised v1 reference and must be |
|
47 | 47 | "/api/v1/audit-logs", # G4a → /api/v2/audit-logs |
48 | 48 | "/api/v1/marketplace", # G4c → /api/v2/marketplace |
49 | 49 | "/api/v1/prompts", # G3 → /api/v2/prompts |
50 | | - "/api/v1/settings", # G2 → /api/v2/settings |
51 | 50 | "/api/v1/collections", # G1 (export) + G5 (document upload variants) |
52 | 51 | "/api/v1/export-tasks", # G1 → /api/v2/export-tasks |
53 | 52 | "/api/v1/chats", # G4d → /api/v2/chats |
|
0 commit comments