From 4e6f1b3531f72a4d5620bd48e6cc9e962ddbe548 Mon Sep 17 00:00:00 2001 From: FrostyApeOne <78855469+FrostyApeOne@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:28:11 +0100 Subject: [PATCH] Updated to trigger package deployment (#580) Co-authored-by: Farshad DASHTI --- Dfe.PersonsApi.Client/Generated/swagger.json | 2 +- PersonsApi/Controllers/ConstituenciesController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dfe.PersonsApi.Client/Generated/swagger.json b/Dfe.PersonsApi.Client/Generated/swagger.json index 9885a4755..eeb1b877b 100644 --- a/Dfe.PersonsApi.Client/Generated/swagger.json +++ b/Dfe.PersonsApi.Client/Generated/swagger.json @@ -18,7 +18,7 @@ "name": "constituencyName", "in": "path", "required": true, - "description": "The constituency name.", + "description": "The constituency name. ", "schema": { "type": "string" }, diff --git a/PersonsApi/Controllers/ConstituenciesController.cs b/PersonsApi/Controllers/ConstituenciesController.cs index 9cd59059a..303138ea9 100644 --- a/PersonsApi/Controllers/ConstituenciesController.cs +++ b/PersonsApi/Controllers/ConstituenciesController.cs @@ -20,7 +20,7 @@ public ConstituenciesController(IPersonsQueries personQueries) /// /// Retrieve Member of Parliament by constituency name /// - /// The constituency name. + /// The constituency name. /// The cancellation token. /// [HttpGet("{constituencyName}/mp")]