updateSmsById
Stops or starts sending an SMS message by its ID.
Request
PATCH https://api.bytehand.com/v2/sms/messages/smsId
Parameters
Path Parameters | |
---|---|
smsId | number Required parameter. Unique ID of the SMS message. |
Query Parameters | |
paused | boolean Required parameter. If true, changes the status of SMS messages in NEW to PAUSED. If false, reverses the operation, changes the SMS state messages in PAUSED status to NEW. |
Authorization
Requires authorization and access right sms_manage.
Response
Upon successful completion of the request, an object of type Response is returned.