mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Updated inbound sms API endpoints
- from `/v2/inbound_sms` to `/v2/received-text-messages` - use paginated results
This commit is contained in:
@@ -43,8 +43,21 @@ get_inbound_sms_response = {
|
||||
"$ref": "#/definitions/inbound_sms"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"current": {
|
||||
"type": "string"
|
||||
},
|
||||
"next": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": False,
|
||||
"required": ["current"]
|
||||
}
|
||||
},
|
||||
"required": ["inbound_sms_list"],
|
||||
"required": ["inbound_sms_list", "links"],
|
||||
"definitions": {
|
||||
"inbound_sms": get_inbound_sms_single_response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user