[Koha-bugs] [Bug 28701] primary_contact_method not part of the REST API spec

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 16 22:32:46 CET 2022


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #136124|0                           |1
        is obsolete|                            |

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 143972
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143972&action=edit
Bug 28701 - Adding primary_contact_method to the REST API spec

This patch adds the primary_contact_method field to the api response for
patrons

To test:
1 - GET http://localhost:8081/api/v1/patrons/51
2 - Look for primary_contact_method, it's not there
3 - Apply patch
4 - GET http://localhost:8081/api/v1/patrons/51
5 - Look for primary_contact_method, it's not there

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list