From 3614411379f1fef55ef36ebce8f64a9ff6ce36d6 Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Mon, 12 Aug 2024 11:29:56 +0200 Subject: [PATCH] remove v2 --- openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.json b/openapi.json index 0f777cb0..1d819bbf 100644 --- a/openapi.json +++ b/openapi.json @@ -24032,7 +24032,7 @@ } } }, - "/v2/ai/extract": { + "/ai/extract": { "post": { "operationId": "post_ai_extract", "summary": "Send AI extract request", @@ -24085,7 +24085,7 @@ } } }, - "/v2/ai/extract_structured": { + "/ai/extract_structured": { "post": { "operationId": "post_ai_extract_structured", "summary": "Send AI extract structured request",