---
title: "POST /config"
method: POST
path: "/config"
tags: ["config"]
---

# POST /config

`POST /config`

## Request body

- ModelConfig
  - `created_at` string
  - `creator_id` integer
  - `id` integer
  - `rdp_config` ModelRdpConfig
    - `copy` boolean
    - `paste` boolean
  - `ssh_config` ModelSshConfig
    - `copy` boolean
    - `paste` boolean
  - `timeout` integer
  - `updated_at` string
  - `updater_id` integer
  - `vnc_config` ModelVncConfig
    - `copy` boolean
    - `paste` boolean

## 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)
