From 0b678f0d3e1d00b726a06ab682405973d40488b3 Mon Sep 17 00:00:00 2001 From: Levon Dadayan <121971787+epamLDadayan@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:03:33 +0400 Subject: [PATCH] Integrate configurations feature into Swagger documentation --- apis/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/swagger.yaml b/apis/swagger.yaml index 3631e1ae..5d4fdf77 100644 --- a/apis/swagger.yaml +++ b/apis/swagger.yaml @@ -1,9 +1,9 @@ swagger: '2.0' info: contact: {} - description: '' + description: 'Updated Swagger documentation to include configurations feature.' title: REST API - version: 1.0.0 + version: 1.1.0 basePath: /api/v1 paths: /ai_dial/models/default/{project_id}: