Skip to content

Commit

Permalink
psp-8415 correct permissions on insurance controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith authored and devinleighsmith committed May 18, 2024
1 parent 97b071b commit 16d853a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public IActionResult UpdateInsurance(int leaseId, IEnumerable<InsuranceModel> in
/// </summary>
/// <returns></returns>
[HttpGet]
[HasPermission(Permissions.LeaseEdit)]
[HasPermission(Permissions.LeaseView)]
[Produces("application/json")]
[ProducesResponseType(typeof(IEnumerable<InsuranceModel>), 200)]
[SwaggerOperation(Tags = new[] { "insurance" })]
Expand Down

0 comments on commit 16d853a

Please sign in to comment.