SMS User
Update
Update an existing SMS User record by ID.
put/api/cp/sms-user/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"company_id": 1,
"username": "john_doe",
"hash": "example_hash",
"protocol": "http"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.