Skip to content

Commit

Permalink
FWF-3488: [Added] Secured export endpoint to CREATE_DESIGNS permission
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Aug 28, 2024
1 parent 1d61407 commit 41b2baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ class ExportById(Resource):
"""Resource to support export by mapper_id."""

@staticmethod
@auth.require
@auth.has_one_of_roles([CREATE_DESIGNS])
@profiletime
@API.response(200, "OK:- Successful request.", model=export_response_model)
@API.response(
Expand Down

0 comments on commit 41b2baf

Please sign in to comment.