SIP Endpoints
Update existing SIP endpoint
Updated an existing SIP endpoint by specifying its ID.
put/trunks/{sipTrunkId}/endpoints/{sipEndpointId}
Request body
Example request
{
"address": "127.0.0.1",
"port": 5060,
"sipTrunkId": "bbc55c4c-fe25-11ec-8482-d2e74e85a66f",
"name": "Acme Endpoint",
"transport": "UDP",
"priority": 1,
"createTime": "2022-01-01T00:00:00Z",
"updateTime": "2022-01-01T00:00:00Z"
}Response
A successful response.
Example response
{
"address": "127.0.0.1",
"port": 5060,
"sipTrunkId": "bbc55c4c-fe25-11ec-8482-d2e74e85a66f",
"name": "Acme Endpoint",
"transport": "UDP",
"priority": 1,
"createTime": "2022-01-01T00:00:00Z",
"updateTime": "2022-01-01T00:00:00Z"
}