---
title: "Set project config data"
method: PUT
path: "/project-config"
tags: ["project-config"]
---

# Set project config data

`PUT /project-config`

Set project config data

## Request body

- CreateProjectConfigDTO
  - `buildConfig` BuildConfig
    - `cachedBuild` CachedBuild
      - `image` string, required
      - `user` string, required
    - `devcontainer` DevcontainerConfig
      - `filePath` string, required
  - `envVars` object, required
  - `gitProviderConfigId` string
  - `image` string
  - `name` string, required
  - `repositoryUrl` string, required
  - `user` string

## Response `201`

Created

---

[API](https://skmtc.dev/hide-org/apis/daytona-server-api.md) · [All operations](https://skmtc.dev/hide-org/apis/daytona-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hide-org/daytona-server-api/revisions/e8a291d9a1df/schema)
