docs(api): add ~28 routes for agent-bridge + traffic-inspector to openapi.yaml (F9)

This commit is contained in:
diegosouzapw
2026-05-28 09:14:18 -03:00
parent 7a33af8ef7
commit 5ff220b655
2 changed files with 1002 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@ export interface OpenApiEndpoint {
hasRequestBody: boolean;
}
export const OPENAPI_VERSION = "3.8.0";
export const OPENAPI_VERSION = "3.8.6";
export const OPENAPI_TITLE = "OmniRoute API";
export const OPENAPI_ENDPOINTS: OpenApiEndpoint[] = [
@@ -173,8 +173,7 @@ export const OPENAPI_ENDPOINTS: OpenApiEndpoint[] = [
path: "/api/v1/providers/{provider}/models",
method: "GET",
summary: "List models for a specific provider",
description:
"Returns only models for the selected provider with provider prefix removed from each model id.",
description: "Returns only models for the selected provider with provider prefix removed from each model id.",
tag: "Models",
tags: ["Models"],
requiresAuth: true,