Skip to content

Commit

Permalink
Add PATCH /api/groups/:pubid/members/:userid to cookie auth allow-list
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Nov 25, 2024
1 parent bbea36d commit a1693d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h/security/policy/_api_cookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
("api.group", "PATCH"), # Edit an existing group.
("api.group_members", "GET"), # List group members
("api.group_member", "DELETE"), # Remove member from a group
("api.group_member", "PATCH"), # Update group membership
]


Expand Down

0 comments on commit a1693d9

Please sign in to comment.