---
title: "Modify task subscription"
method: POST
path: "/nodes/task-update-subscription"
tags: ["Nodes"]
---

# Modify task subscription

`POST /nodes/task-update-subscription`

Modify task subscription

Updates an existing task subscription for a node.

## Request body

- NodeTaskUpdateSubscriptionRequest
  - `gas` string — Optional gas object ID. If not provided, the default is `None`.
  - `gas_budget` integer, nullable — Optional gas budget. If not provided, the default is `None`.
  - `gas_price` integer, nullable — Optional gas price. If not provided, the default is `None`.
  - `node_badge_id` string — Optional node badge ID. If not provided, the default is `None`.
  - `price_per_one_million_compute_units` integer, required — The price per one million compute units.
  - `task_small_id` integer, required — The small ID of the task to subscribe to.

## Response `200`

Node task update subscription successful

- NodeTaskUpdateSubscriptionResponse — 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.
  - `tx_digest` string, required — The transaction digest. This is a unique identifier for the transaction.

## Other responses

- `500` — Failed to submit task update subscription

---

[API](https://skmtc.net/atomaai/apis/atoma-daemon.md) · [All operations](https://skmtc.net/atomaai/apis/atoma-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomaai/atoma-daemon/revisions/45bb2355d453/schema)
