cURL
curl --request PUT \ --url https://api.quiva.ai/accounts/mesh-nodes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "num_nodes": 3, "regions": [ "eu" ] } '
{ "message": "<string>" }
Updates the number of mesh nodes and the available regions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
has to be an odd number - 1, 2 or 5
Availability regions. The number of specified regions cannot exceed the number of regions
Mesh nodes updated successfully
Success message