PATCH
/
nodes
/
{nodeId}
/
name
curl --request PATCH \
  --url https://api.vexelia.com/nodes/{nodeId}/name \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

nodeId
string
required

The ID of the node to update the name for

Body

The form containing the new node name
name
string
required
Required string length: 3 - 64

Response

200

The node name was updated