---
title: "PUT /v1/organizations/{organizationId}/projects/{projectId}/config/{settingId}"
method: PUT
path: "/v1/organizations/{organizationId}/projects/{projectId}/config/{settingId}"
tags: ["Project Config"]
---

# PUT /v1/organizations/{organizationId}/projects/{projectId}/config/{settingId}

`PUT /v1/organizations/{organizationId}/projects/{projectId}/config/{settingId}`

## Path parameters

- `organizationId` string, required
- `projectId` string, required
- `settingId` string, required

## Request body

- ProjectConfigSetBody
  - `value` GoliothProjectConfigValue
    - `boolean` boolean
    - `integer` integer
    - `string` string

## Response `200`

A successful response.

- GoliothSetProjectConfigResponse
  - `data` GoliothProjectConfigSetting
    - `default` GoliothProjectConfigValue
      - `boolean` boolean
      - `integer` integer
      - `string` string
    - `description` string
    - `disabled` GoliothProjectConfigDisabled
      - `description` string
      - `reason` string
    - `id` string
    - `name` string
    - `range` GoliothProjectConfigValueRange
      - `max` integer
      - `min` integer
    - `type` string
    - `updatedAt` string, date-time
    - `value` GoliothProjectConfigValue
      - `boolean` boolean
      - `integer` integer
      - `string` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc.dev/golioth/apis/golioth-api/revisions/47c98ae69a55?raw)
