Update an endpoint
POST https://api.plivo.com/v1/Account/{{auth_id}}/Endpoint/{endpoint_id}/
Updates an endpoint’s password, alias or the application attached to it.
Below is the list of arguments that can be passed in this API request, more information can be found here
Arguments | Description | Required/Conditional/Optional |
---|---|---|
password | Password for your endpoint username. It should be at least 5 characters long. | Optional |
alias | Alias for the endpoint. | Optional |
app_id | app_id of the application that will be attached to this endpoint. | Optional |
Request Body
{"password"=>"testpassword", "alias"=>"testalaias", "app_id"=>"14659095951490"}