Setup RTP Block
Update
Update an existing Setup RTP Block record by ID.
put/api/cp/setup/rtp-block/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"ip": "192.168.1.1",
"cidr": "example_cidr",
"from_ip": 123,
"to_ip": 123,
"flags": "CUSTOMER_IN"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.