Skip to content

Commit

Permalink
Add missing entries to POS security profile
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jan 23, 2024
1 parent 86ae185 commit 7022e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pretix/api/auth/devicesecurity.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class PretixPosSecurityProfile(AllowListSecurityProfile):
('GET', 'api-v1:order-detail'),
('DELETE', 'api-v1:orderposition-detail'),
('PATCH', 'api-v1:orderposition-detail'),
('GET', 'api-v1:orderposition-list'),
('GET', 'api-v1:orderposition-answer'),
('GET', 'api-v1:orderposition-pdf_image'),
('POST', 'api-v1:order-mark-canceled'),
Expand Down Expand Up @@ -223,6 +224,7 @@ class PretixPosSecurityProfile(AllowListSecurityProfile):
('POST', 'api-v1:checkinrpc.redeem'),
('GET', 'api-v1:checkinrpc.search'),
('POST', 'api-v1:reusablemedium-lookup'),
('GET', 'api-v1:reusablemedium-list'),
('POST', 'api-v1:reusablemedium-list'),
)

Expand Down

0 comments on commit 7022e5b

Please sign in to comment.