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

# PUT /asset/:id

`PUT /asset/:id`

## Path parameters

- `id` integer, required

## Request body

- ModelAsset
  - `access_auth` ModelAccessAuth
    - `allow` boolean
    - `cmd_ids` integer[]
    - `end` string
    - `ranges` ModelRange[]
      - `times` string[]
      - `week` integer
    - `start` string
  - `authorization` ModelMapIntModelSliceInt
  - `comment` string
  - `connectable` boolean
  - `created_at` string
  - `creator_id` integer
  - `gateway_id` integer
  - `id` integer
  - `ip` string
  - `name` string
  - `node_chain` 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/7eeee112cdc8/schema)
