https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31381
--- Comment #6 from Jonathan Druart <[email protected]> --- If we need to fix this, we could apply this: diff --git a/api/v1/swagger/definitions/patron_extended_attribute.yaml b/api/v1/swagger/definitions/patron_extended_attribute.yaml index 84343d258b1..adb42944b80 100644 --- a/api/v1/swagger/definitions/patron_extended_attribute.yaml +++ b/api/v1/swagger/definitions/patron_extended_attribute.yaml @@ -6,7 +6,9 @@ properties: type: integer type: description: Extended attribute type - type: string + type: + - string + - "null" value: description: Extended attribute value type: And adjust the tests. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
