Skip to content

Commit

Permalink
adds swagger ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Feb 14, 2024
1 parent 90e09c6 commit 0fb0a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .openapi_v3_1/mockingbird.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ paths:
description: Successful response
/runs/ai:
get:
summary: AI Runs Analysis
operationId: getAIRunsAnalysis
summary: Workflow Runs Analyses
operationId: getAIRunsAnalyses
responses:
'200':
description: An array of orchestrations analysis
description: An array of orchestrations analyses
content:
application/json:
schema:
Expand Down
2 changes: 1 addition & 1 deletion apps/docusaurus/zeusfyi/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const config = {
// Plugin Options for loading OpenAPI files
specs: [
{
spec: '/Users/alex/go/Olympus/Zeus/.openapi_v3_1/mockingbird.yaml',
spec: 'https://raw.githubusercontent.com/zeus-fyi/zeus/main/.openapi_v3_1/mockingbird.yaml',
route: '/docs/mockingbird/api/',
},
],
Expand Down

0 comments on commit 0fb0a04

Please sign in to comment.