mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 14:48:24 -04:00
get_inbound_sms queries from the admin should also allow alphanumerics.
Refactored the call to make the POST and the GET versions of the method much more distinct.
This commit is contained in:
@@ -3,7 +3,7 @@ get_inbound_sms_for_service_schema = {
|
||||
"description": "schema for parameters allowed when searching for to field=",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"phone_number": {"type": "string", "format": "phone_number"},
|
||||
"phone_number": {"type": "string"},
|
||||
"limit": {"type": ["integer", "null"], "minimum": 1}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user