Browse Source

Bug 21978: Add middle_name to api specification

This patch adds middle_name to the accaeptable fields in API requests
and responses.

Test plan
1) Search for a user using the API
2) Confirm the API responds with a 200

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
22.11.x
Martin Renvoize 2 years ago
committed by Tomas Cohen Arazi
parent
commit
8993c39b7a
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 5
      api/v1/swagger/definitions/patron.yaml

5
api/v1/swagger/definitions/patron.yaml

@ -19,6 +19,11 @@ properties:
- string
- "null"
description: patron's first name
middle_name:
type:
- string
- "null"
description: patron's middle name
title:
type:
- string

Loading…
Cancel
Save