Skip to content

Commit

Permalink
Update create user permission to SUBJECT_UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Dec 2, 2024
1 parent ff46214 commit 2acd0e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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 2acd0e3

Please sign in to comment.