Skip to content

Commit

Permalink
Update dds_web/api/project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ina Odén Österbo <[email protected]>
  • Loading branch information
rv0lt and i-oden authored Oct 17, 2023
1 parent 5df20c9 commit 69693d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dds_web/api/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def post(self):
@logging_bind_request
@json_required
@handle_validation_errors
@handle_db_error
def patch(self):
"""Partially update a the project status"""
# Get project ID, project and verify access
Expand Down

0 comments on commit 69693d5

Please sign in to comment.