API structure has changed
3 structure changes including:
1 Breaking change
3 Modifications
Modified
3
Breaking
GET /sms/inbound
- Query
-
from query parameter Modified
-
Full types went from
array[string]
tostring | array[string]
-
Full types went from
GET /sms/messages
- Path went from
/sms/message
to/sms/messages
(same operationId)Breaking - Query
-
sort query parameter Modified
-
Full types is now
string | array[string]
-
Full types is now
- paused query parameter Added
POST /sms/message
- Response
-
400 response Modified
-
application/json content type Modified
- arguement property Added
-
application/json content type Modified
-
403 response Modified
-
application/json content type Modified
- arguement, bad_value, info properties Added
-
application/json content type Modified