---
title: "Inheritable"
method: POST
path: "/v3/configs/config/inheritable"
---

# Inheritable

`POST /v3/configs/config/inheritable`

Update the inheritability of a config.

## Request body

- object
  - `project` string, required — Unique identifier for the project object.
  - `config` string, required — Name of the config.
  - `inheritable` boolean, required — Boolean determining if the config is inheritable or not.

## Response `200`

200

- object
  - `config` object
    - `name` string
    - `root` boolean
    - `inheritable` boolean
    - `inheriting` boolean
    - `inherits` unknown[]
      - unknown
    - `inheritedBy` unknown[]
      - unknown
    - `locked` boolean
    - `initial_fetch_at` string
    - `last_fetch_at` string
    - `created_at` string
    - `environment` string
    - `project` string
    - `slug` string
  - `success` boolean

---

[API](https://skmtc.net/doppler/apis/core.md) · [All operations](https://skmtc.net/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doppler/core/revisions/8f244bc5b038/schema)
