From 83fcf738b9a2550149bcc53bf2368df938c28095 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Fri, 5 May 2023 16:19:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20producesResponseType=20=D0=B2=20=D0=BC?= =?UTF-8?q?=D0=B5=D1=82=D0=BE=D0=B4=D0=B5=20GetPlanFactTrajectoryAsync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AsbCloudWebApi/Controllers/PlannedTrajectoryController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsbCloudWebApi/Controllers/PlannedTrajectoryController.cs b/AsbCloudWebApi/Controllers/PlannedTrajectoryController.cs index 28c14c54..5d019e18 100644 --- a/AsbCloudWebApi/Controllers/PlannedTrajectoryController.cs +++ b/AsbCloudWebApi/Controllers/PlannedTrajectoryController.cs @@ -231,7 +231,7 @@ namespace AsbCloudWebApi.Controllers /// /// [HttpGet] - [ProducesResponseType(typeof(IEnumerable), (int)System.Net.HttpStatusCode.OK)] + [ProducesResponseType(typeof(PlanFactBase>), (int)System.Net.HttpStatusCode.OK)] public async Task GetPlanFactTrajectoryAsync(int idWell, CancellationToken token) { if (!await CanUserAccessToWellAsync(idWell,