put https://api.servetel.in/v1/broadcast/list/
Update details of broadcast-list for a given id
Update a Broadcast List
Broadcast List can be updated using the following manner.
curl --request PUT \
--url https://api.servetel.in/v1/broadcast/list/id \
--header 'accept: application/json' \
--header 'authorization: Bearer yourtokenhere' \
--header 'content-type: application/json'
Path Parameters
| Variable Name | Description | Data type |
|---|---|---|
| id* | Unique ID of the Broadcast List that needs to updated | String |
List of request Variables
| Variable Name | Description | Data Type |
|---|---|---|
| name* | Name for the List | String |
| description* | Description for the broadcast List | String |
Response variables
| Variable Name | Description | Data type |
|---|---|---|
| success | Request success status | Boolean |
| message | Message corresponding success status | String |
