cURL
curl --request PATCH \ --url https://api.vexelia.com/nodes/{nodeId}/billing \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "isAutomaticallyRenewing": true }'
Your API key goes here, you can generate one in your account settings.
The ID of the node to update the name for
The form containing the new node name
The body is of type object.
object
The node billing details were updated