---
title: "PUT /node/:id"
method: PUT
path: "/node/:id"
tags: ["node"]
---

# PUT /node/:id

`PUT /node/:id`

## Path parameters

- `id` integer, required

## Request body

- ModelNode
  - `access_auth` ModelAccessAuth
    - `allow` boolean
    - `cmd_ids` integer[]
    - `end` string
    - `ranges` ModelRange[]
      - `times` string[]
      - `week` integer
    - `start` string
  - `asset_count` integer
  - `authorization` ModelMapIntModelSliceInt
  - `comment` string
  - `created_at` string
  - `creator_id` integer
  - `gateway_id` integer
  - `has_child` boolean
  - `id` integer
  - `name` string
  - `parent_id` integer
  - `permissions` string[]
  - `protocols` string[]
  - `resource_id` integer
  - `updated_at` string
  - `updater_id` integer

## Response `200`

OK

---

[API](https://skmtc.dev/veops/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/veops/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/veops/untitled-api-3/revisions/f6b1c099afda/schema)
