https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40220 --- Comment #1 from Leo Stoyanov <leo.stoyanov@bywatersolutions.com> --- Created attachment 183422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183422&action=edit Bug 40220: Added Consderation of API Interface for Mandatory Extended Attributes Test Plan: 1. Create an extended borrower attribute with: mandatory = 1 (checked), opac_display = 1, and opac_editable = 0 (unchecked - not editable in OPAC). 2. Setup your Postman, or any other mock API software, to obtain an OAuth token (/api/v1/oauth/token) and to register a patron (/api/v1/patrons). 3. With the OAuth token, send a POST request to /api/v1/patrons with valid patron data and missing mandatory extended attribute data. 4. Observe the API response wtih the 400 error. Despite this attribute not being required in the OPAC, the API requires it. 5. Apply the patch and repeat step 3. Observe the API response with the patron data returend, indicating the patron has been created. -- You are receiving this mail because: You are watching all bug changes.