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

ArgumentsDescriptionRequired/Conditional/Optional
passwordPassword for your endpoint username. It should be at least 5 characters long.Optional
aliasAlias for the endpoint.Optional
app_idapp_id of the application that will be attached to this endpoint.Optional

Request Body

{"password"=>"testpassword", "alias"=>"testalaias", "app_id"=>"14659095951490"}