Skip to content

Commit

Permalink
Improve endpoint description
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 12, 2024
1 parent 37e3ee5 commit 5273bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/api/Controllers/DeckController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public async Task<ActionResult<IList<DeckResponse>>> GetDecks()
}

/// <summary>
/// List all decks in the Flotilla database
/// List all decks in the specified installation
/// </summary>
/// <remarks>
/// <para> This query gets all decks </para>
/// <para> This query gets all decks in specified installation</para>
/// </remarks>
[HttpGet("installation/{installationCode}")]
[Authorize(Roles = Role.Any)]
Expand Down
2 changes: 1 addition & 1 deletion backend/api/Controllers/InspectionFindingController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public async Task<ActionResult<InspectionFinding>> AddFinding([FromBody] Inspect
}

/// <summary>
/// Get the full inspection against an isarTaskId
/// Get the full inspection for specified isarTaskId
/// </summary>
/// <remarks>
/// </remarks>
Expand Down

0 comments on commit 5273bdb

Please sign in to comment.