From b3c86a1e4076f3b0a3aa0dea8fde59df9a7a6097 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 9 Jun 2022 14:26:08 +0000 Subject: [PATCH] Bug 10950: API spec update --- api/v1/swagger/definitions/patron.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/patron.yaml b/api/v1/swagger/definitions/patron.yaml index 256430ae6c..51b15afc92 100644 --- a/api/v1/swagger/definitions/patron.yaml +++ b/api/v1/swagger/definitions/patron.yaml @@ -34,6 +34,11 @@ properties: - string - "null" description: initials of the patron + pronouns: + type: + - string + - "null" + description: initials of the patron street_number: type: - string -- 2.30.2