/v1/broadcast/list/{id}

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 NameDescriptionData type
id*Unique ID of the Broadcast List that needs to updatedString

List of request Variables

Variable NameDescriptionData Type
name*Name for the ListString
description*Description for the broadcast ListString

Response variables

Variable NameDescriptionData type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!