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

# PUT /command_template/:id

`PUT /command_template/:id`

## Path parameters

- `id` integer, required

## Request body

- ModelCommandTemplate
  - `category` 'security' | 'system' | 'database' | 'network' | 'file' | 'developer' | 'custom'
  - `cmd_ids` integer[]
  - `created_at` string
  - `creator_id` integer
  - `description` string
  - `id` integer
  - `is_builtin` boolean — Built-in template
  - `name` 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/d7525cb4e839/schema)
