Skip to main content
PATCH
/
nodes
/
{nodeId}
/
billing
Update node billing details
curl --request PATCH \
  --url https://api.vexelia.com/nodes/{nodeId}/billing \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "isAutomaticallyRenewing": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.vexelia.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Path Parameters

nodeId
string<uuid>
required

The ID of the node to update the name for

Body

The form containing the new node name

isAutomaticallyRenewing
boolean
required

Response

The node billing details were updated