From ab8b7650b6ddf13c079c0d7177c32211f01945b4 Mon Sep 17 00:00:00 2001 From: qveris-docs-sync Date: Wed, 27 May 2026 09:09:51 +0000 Subject: [PATCH] docs: sync API docs from website --- docs/openapi/qveris-public-api.openapi.json | 32 ++++++++++----------- packages/mcp/src/generated/openapi.d.ts | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/openapi/qveris-public-api.openapi.json b/docs/openapi/qveris-public-api.openapi.json index 70e189b..0971103 100644 --- a/docs/openapi/qveris-public-api.openapi.json +++ b/docs/openapi/qveris-public-api.openapi.json @@ -132,7 +132,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3157 + "line": 3162 }, "x-qveris-response-model": "APIResponse[SettlementHistoryResponse]" } @@ -170,7 +170,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 1147 + "line": 1152 }, "x-qveris-response-model": "APIResponse[dict]" } @@ -469,7 +469,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3255 + "line": 3260 }, "x-qveris-response-model": "APIResponse[CreditsLedgerResponse]" } @@ -555,7 +555,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3565 + "line": 3570 }, "x-qveris-response-model": "APIResponse[CreditsLedgerReadinessResponse]" } @@ -651,7 +651,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3431 + "line": 3436 } } }, @@ -709,7 +709,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3513 + "line": 3518 }, "x-qveris-response-model": "APIResponse[CreditsLedgerItem]" } @@ -831,7 +831,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 2920 + "line": 2925 }, "x-qveris-response-model": "APIResponse[UsageCreditsSpentResponse]" } @@ -1287,7 +1287,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 2628 + "line": 2633 }, "x-qveris-response-model": "APIResponse[UsageEventsResponse]" } @@ -1562,7 +1562,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 2990 + "line": 2995 } } }, @@ -1877,7 +1877,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 2809 + "line": 2814 }, "x-qveris-response-model": "APIResponse[UsageEventSummaryResponse]" } @@ -1937,7 +1937,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3115 + "line": 3120 }, "x-qveris-response-model": "APIResponse[UsageEventItem]" } @@ -1975,7 +1975,7 @@ ], "x-qveris-source": { "file": "backend/routers/auth.py", - "line": 3704 + "line": 3709 }, "x-qveris-response-model": "APIResponse[TokenVerificationResponse]" } @@ -2139,7 +2139,7 @@ ], "x-qveris-source": { "file": "backend/routers/search.py", - "line": 3691 + "line": 4346 } } }, @@ -2149,7 +2149,7 @@ "Discovery" ], "summary": "Get Provider Categories", - "description": "Get provider categories from the shared provider catalog snapshot.", + "description": "Get provider category slugs from Quaestio category facets.", "operationId": "get_provider_categories_api_v1_providers_categories_get", "responses": { "200": { @@ -2174,7 +2174,7 @@ ], "x-qveris-source": { "file": "backend/routers/search.py", - "line": 2552 + "line": 2636 } } }, @@ -2508,7 +2508,7 @@ ], "x-qveris-source": { "file": "backend/routers/search.py", - "line": 3851 + "line": 4507 }, "requestBody": { "required": true, diff --git a/packages/mcp/src/generated/openapi.d.ts b/packages/mcp/src/generated/openapi.d.ts index 66d3cbd..a6aa044 100644 --- a/packages/mcp/src/generated/openapi.d.ts +++ b/packages/mcp/src/generated/openapi.d.ts @@ -305,7 +305,7 @@ export interface paths { }; /** * Get Provider Categories - * @description Get provider categories from the shared provider catalog snapshot. + * @description Get provider category slugs from Quaestio category facets. */ get: operations["get_provider_categories_api_v1_providers_categories_get"]; put?: never;