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/network/{network_uuid} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "name": "<string>" } '
{ "name": "My new network name", "uuid": "4e5eadd3-8b11-4c34-812a-2cf97120b628", "is_default": true }
Change network name. Location-specific endpoint.
Updated network
The response is of type object.
object