Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.tenbytecloud.com/v1/network/ip_addresses/{public_ipv4_address} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "billing_account_id": 123, "name": "<string>" } '
{ "id": 1, "address": "1.1.1.1", "name": "my_ip", "billing_account_id": 2 }
Update floating IP. Location-specific endpoint.
Updated floating IP
The response is of type object.
object