diff --git a/docs/openapi/qveris-public-api.openapi.json b/docs/openapi/qveris-public-api.openapi.json index 70e189b..7e78693 100644 --- a/docs/openapi/qveris-public-api.openapi.json +++ b/docs/openapi/qveris-public-api.openapi.json @@ -2139,7 +2139,7 @@ ], "x-qveris-source": { "file": "backend/routers/search.py", - "line": 3691 + "line": 4326 } } }, @@ -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": 2625 } } }, @@ -2508,7 +2508,7 @@ ], "x-qveris-source": { "file": "backend/routers/search.py", - "line": 3851 + "line": 4487 }, "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;