https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35227

--- Comment #1 from Marcel de Rooy <[email protected]> ---
Current API authorizations in this context:

/patrons:
  get:
    x-koha-authorization:
      permissions:
        - borrowers: "edit_borrowers"
        - tools: "label_creator"
        - serials: "routing"
        - acquisition: "order_manage"
  post:
    x-koha-authorization:
      permissions:
        borrowers: edit_borrowers
"/patrons/{patron_id}":
  get:
    x-koha-authorization:
      permissions:
        borrowers: edit_borrowers
  put:
    x-koha-authorization:
      permissions:
        borrowers: "1"
  delete:
    x-koha-authorization:
      permissions:
        borrowers: delete_borrowers

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to