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

# POST /config

`POST /config`

## Request body

- ModelConfig
  - `created_at` string
  - `creator_id` integer
  - `default_permissions` ModelDefaultPermissions
    - `connect` boolean
    - `copy` boolean
    - `file_download` boolean
    - `file_upload` boolean
    - `paste` boolean
    - `share` boolean
  - `id` integer
  - `timeout` 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)
