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:
Leo Hemsted
2019-03-28 15:36:12 +00:00
parent 329fa9ba0d
commit cf248a2af3
5 changed files with 82 additions and 52 deletions

View File

@@ -4,6 +4,5 @@ get_inbound_sms_for_service_schema = {
"type": "object",
"properties": {
"phone_number": {"type": "string"},
"limit": {"type": ["integer", "null"], "minimum": 1}
}
}