<<

NAME

Koha::REST::V1::Patrons::Attributes

API

Methods

list_patron_attributes

Controller method that handles listing the Koha::Patron::Attribute objects that belong to a given patron.

add

Controller method that handles adding a Koha::Patron::Attribute to a given patron.

overwrite

Controller method that handles overwriting extended attributes for a given patron.

update

Controller method that handles updating a single extended patron attribute.

delete

Controller method that handles removing an extended patron attribute.

<<