cURL
curl --request PATCH \ --url https://api.vexelia.com/nodes/{nodeId}/name \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
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
3 - 64
The node name was updated