diff --git a/backend/api/Controllers/DeckController.cs b/backend/api/Controllers/DeckController.cs index 9100cbf05..f9feabf13 100644 --- a/backend/api/Controllers/DeckController.cs +++ b/backend/api/Controllers/DeckController.cs @@ -48,10 +48,10 @@ public async Task>> GetDecks() } /// - /// List all decks in the Flotilla database + /// List all decks in the specified installation /// /// - /// This query gets all decks + /// This query gets all decks in specified installation /// [HttpGet("installation/{installationCode}")] [Authorize(Roles = Role.Any)] diff --git a/backend/api/Controllers/InspectionFindingController.cs b/backend/api/Controllers/InspectionFindingController.cs index b7c0e2da8..5885efbf1 100644 --- a/backend/api/Controllers/InspectionFindingController.cs +++ b/backend/api/Controllers/InspectionFindingController.cs @@ -49,7 +49,7 @@ public async Task> AddFinding([FromBody] Inspect } /// - /// Get the full inspection against an isarTaskId + /// Get the full inspection for specified isarTaskId /// /// ///