diff --git a/app/billing/billing_schemas.py b/app/billing/billing_schemas.py index 9ab8cedbf..6c9180547 100644 --- a/app/billing/billing_schemas.py +++ b/app/billing/billing_schemas.py @@ -6,7 +6,7 @@ create_or_update_free_sms_fragment_limit_schema = { "type": "object", "title": "Create", "properties": { - "free_sms_fragment_limit": {"type": "integer", "minimum": 1}, + "free_sms_fragment_limit": {"type": "integer", "minimum": 0}, }, "required": ["free_sms_fragment_limit"] }