Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vault_service/views/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def store_data():
return json.dumps(response_data), 200


@advertise(scopes=[], rate_limit=[1000, 3600*24])
@advertise(scopes=['store-preferences'], rate_limit=[1000, 3600*24])
@bp.route('/notifications', methods=['GET', 'POST'])
@bp.route('/notifications/<myads_id>', methods=['GET', 'PUT', 'DELETE'])
def myads_notifications(myads_id=None):
Expand Down