Skip to content

Commit

Permalink
Fix creating rest source user permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 14, 2024
1 parent bcffef7 commit 19e96f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class RestSourceUserResource(
}

@POST
@NeedsPermission(Permission.SUBJECT_CREATE)
@NeedsPermission(Permission.SUBJECT_UPDATE)
fun create(
userDto: RestSourceUserDTO,
@Suspended asyncResponse: AsyncResponse,
Expand Down

0 comments on commit 19e96f9

Please sign in to comment.