From 27ae160b0663c103b91eec24aa9d94ff847502e6 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 20 May 2025 09:22:24 +0100 Subject: [PATCH] Bug 30301: (follow-up) Fix API spec --- api/v1/swagger/definitions/patron_category.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/definitions/patron_category.yaml b/api/v1/swagger/definitions/patron_category.yaml index 072b805e668..7f2d4a3288c 100644 --- a/api/v1/swagger/definitions/patron_category.yaml +++ b/api/v1/swagger/definitions/patron_category.yaml @@ -118,6 +118,10 @@ properties: force_password_reset_when_set_by_staff: type: boolean description: If patrons of this category are required to reset password after being created by a staff member + enforce_expiry_notice: + type: + - boolean + description: Set threshold of debt allowed before issues are blocked additionalProperties: false required: - patron_category_id -- 2.48.1