POST
/
nodes
/
task-update-subscription
curl --request POST \
  --url http://localhost:3001/nodes/task-update-subscription \
  --header 'Content-Type: application/json' \
  --data '{
  "gas": "<string>",
  "gas_budget": 1,
  "gas_price": 1,
  "node_badge_id": "<string>",
  "price_per_one_million_compute_units": 1,
  "task_small_id": 123
}'
{
  "tx_digest": "<string>"
}

Body

application/json

Response

200
application/json

Node task update subscription successful

Represents a response to a node task update subscription request.

This struct contains the transaction digest, which is a unique identifier for the transaction associated with the node task subscription.