This development adds routes for managing a patron's extended attributes.
The following routes are added:
GET /patrons/:patron_id/extended_attributes
POST /patrons/:patron_id/extended_attributes
PUT /patrons/:patron_id/extended_attributes
DELETE /patrons/:patron_id/extended_attributes/:extended_attribute_id
PATCH /patrons/:patron_id/extended_attributes/:extended_attribute_id
|