From cf4343c7039f037e4f5e14bf0fc66f04fa43459c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 7 Jan 2026 20:48:16 +0000 Subject: [PATCH] Bug 28701: Add mexlength to the API spec --- api/v1/swagger/definitions/patron.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/swagger/definitions/patron.yaml b/api/v1/swagger/definitions/patron.yaml index 6e99899afd5..afb252e1f17 100644 --- a/api/v1/swagger/definitions/patron.yaml +++ b/api/v1/swagger/definitions/patron.yaml @@ -407,6 +407,7 @@ properties: - string - "null" description: patron's primary contact method + maxLength: 45 _strings: type: - object -- 2.39.5