Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into v2-config-bitbucket

* 'develop' of https://github.com/CenterForOpenScience/osf.io:
  Update ReviewActionListCreate write scopes
  • Loading branch information
John Tordoff committed Nov 29, 2023
2 parents 29f6bee + 532da28 commit c5c144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/actions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class ReviewActionListCreate(JSONAPIBaseView, generics.ListCreateAPIView, ListFi
)

required_read_scopes = [CoreScopes.ACTIONS_READ]
required_write_scopes = [CoreScopes.NULL]
required_write_scopes = [CoreScopes.ACTIONS_WRITE]

parser_classes = (JSONAPIMultipleRelationshipsParser, JSONAPIMultipleRelationshipsParserForRegularJSON,)
serializer_class = ReviewActionSerializer
Expand Down

0 comments on commit c5c144e

Please sign in to comment.