Text to go in the release notes:
|
This development adds an optional parameter to the POST /patrons route, so extended attributes can be passed for patron creation.
It relies on the underlying code to handle extended attributes constraints/requirements (repeatable, mandatory, unique, etc).
The added attribute (to be passed in the body of the POST request) is 'extended_attributes' and consists of an array of extended attribute objects (properly described on the spec).
|