Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apis/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
swagger: '2.0'
info:
contact: {}
description: ''
description: 'Updated Swagger documentation to include configurations feature.'

Copilot AI Aug 4, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description should describe what the API does rather than what was updated in the documentation. Consider changing this to describe the actual functionality, such as 'REST API for managing AI models and configurations.'

Suggested change
description: 'Updated Swagger documentation to include configurations feature.'
description: 'REST API for managing AI models and configurations.'

Copilot uses AI. Check for mistakes.
title: REST API
version: 1.0.0
version: 1.1.0
basePath: /api/v1
paths:
/ai_dial/models/default/{project_id}:
Expand Down