mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 08:28:24 -04:00
combine post + get inbound, and make them respect data retention
also removed the limit/limit_days args as they're not used by admin
This commit is contained in:
@@ -4,6 +4,5 @@ get_inbound_sms_for_service_schema = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"phone_number": {"type": "string"},
|
||||
"limit": {"type": ["integer", "null"], "minimum": 1}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user